Activity log for bug #1435787

Date Who What changed Old value New value Message
2015-03-24 10:57:12 Radek Pospisil bug added bug
2015-03-24 10:57:31 Radek Pospisil description devstack - murano at commit 08feb98be6ab49b9f0e80fc2ded185e2a273a749 Steps * create environment with two applications, each has own instance. For instance check 'assign floating ip' checkbox - e.g., I'm using MySQL from https://git.openstack.org/cgit/stackforge/murano-apps/ . Just drag-n-drop two MySql applications and don't forget to check 'assign floating ip' for both instances. * deploy the environment * the check project instances - non of them have assigned floating ip. IMO Commit https://git.openstack.org/cgit/stackforge/murano/commit/?id=2d5388a690a417eff9476c9d4889d42b4f964b7b caused that. Here is environment json showing the error - note that assignfloatingip is True, but only 10.x.x.x IPs are assigned. { "status": "ready", "updated": "2015-03-24T10:40:25", "networking": {}, "name": "t1", "created": "2015-03-24T10:31:27", "tenant_id": "f7d6205f860447c79c218cebf3c5aa8e", "version": 2, "services": [ { "username": "", "name": "MySqlDB1", "database": "", "instance": { "availabilityZone": "nova", "name": "blpqbi7n5xll11", "securityGroupName": null, "assignFloatingIp": true, "floatingIpAddress": null, "keyname": "cloud", "?": { "type": "io.murano.resources.LinuxMuranoInstance", "_actions": {}, "id": "bf96f1e3-024b-49df-aa33-f6ddddef1c11" }, "ipAddresses": [ "10.0.15.3" ], "flavor": "m1.medium", "image": "17b13ed2-72c7-45a2-9986-8b2b6af4c253", "networks": { "useFlatNetwork": false, "primaryNetwork": null, "useEnvironmentNetwork": true, "customNetworks": [] }, "sharedIps": [] }, "password": "", "?": { "status": "ready", "_26411a1861294160833743e45d0eaad9": { "name": "MySQL" }, "type": "io.murano.databases.MySql", "id": "b48ae141-b977-49ef-b9cd-c375d3198b9f", "_actions": {} } }, { "username": "", "name": "MySqlDB2", "database": "", "instance": { "availabilityZone": "nova", "name": "rwuuwi7n5xuql2", "securityGroupName": null, "assignFloatingIp": true, "floatingIpAddress": null, "keyname": "cloud", "?": { "type": "io.murano.resources.LinuxMuranoInstance", "_actions": {}, "id": "245648f8-b676-4455-8349-2fb31365beda" }, "ipAddresses": [ "10.0.15.4" ], "flavor": "m1.medium", "image": "17b13ed2-72c7-45a2-9986-8b2b6af4c253", "networks": { "useFlatNetwork": false, "primaryNetwork": null, "useEnvironmentNetwork": true, "customNetworks": [] }, "sharedIps": [] }, "password": "", "?": { "status": "ready", "_26411a1861294160833743e45d0eaad9": { "name": "MySQL" }, "type": "io.murano.databases.MySql", "id": "0088adb1-90fe-40d2-bb7f-7ade54afc07d", "_actions": {} } } ], "id": "d700748999364f2280e3527d2424f003" } devstack - murano at commit 08feb98be6ab49b9f0e80fc2ded185e2a273a749 Steps * create environment with two applications, each has own instance. For instance check 'assign floating ip' checkbox     - e.g., I'm using MySQL from https://git.openstack.org/cgit/stackforge/murano-apps/ . Just drag-n-drop two MySql applications and don't forget to check 'assign floating ip' for both instances. * deploy the environment * the check project instances - none of them have assigned floating ip. IMO Commit https://git.openstack.org/cgit/stackforge/murano/commit/?id=2d5388a690a417eff9476c9d4889d42b4f964b7b caused that. Here is environment json showing the error - note that assignfloatingip is True, but only 10.x.x.x IPs are assigned. {   "status": "ready",   "updated": "2015-03-24T10:40:25",   "networking": {},   "name": "t1",   "created": "2015-03-24T10:31:27",   "tenant_id": "f7d6205f860447c79c218cebf3c5aa8e",   "version": 2,   "services": [     {       "username": "",       "name": "MySqlDB1",       "database": "",       "instance": {         "availabilityZone": "nova",         "name": "blpqbi7n5xll11",         "securityGroupName": null,         "assignFloatingIp": true,         "floatingIpAddress": null,         "keyname": "cloud",         "?": {           "type": "io.murano.resources.LinuxMuranoInstance",           "_actions": {},           "id": "bf96f1e3-024b-49df-aa33-f6ddddef1c11"         },         "ipAddresses": [           "10.0.15.3"         ],         "flavor": "m1.medium",         "image": "17b13ed2-72c7-45a2-9986-8b2b6af4c253",         "networks": {           "useFlatNetwork": false,           "primaryNetwork": null,           "useEnvironmentNetwork": true,           "customNetworks": []         },         "sharedIps": []       },       "password": "",       "?": {         "status": "ready",         "_26411a1861294160833743e45d0eaad9": {           "name": "MySQL"         },         "type": "io.murano.databases.MySql",         "id": "b48ae141-b977-49ef-b9cd-c375d3198b9f",         "_actions": {}       }     },     {       "username": "",       "name": "MySqlDB2",       "database": "",       "instance": {         "availabilityZone": "nova",         "name": "rwuuwi7n5xuql2",         "securityGroupName": null,         "assignFloatingIp": true,         "floatingIpAddress": null,         "keyname": "cloud",         "?": {           "type": "io.murano.resources.LinuxMuranoInstance",           "_actions": {},           "id": "245648f8-b676-4455-8349-2fb31365beda"         },         "ipAddresses": [           "10.0.15.4"         ],         "flavor": "m1.medium",         "image": "17b13ed2-72c7-45a2-9986-8b2b6af4c253",         "networks": {           "useFlatNetwork": false,           "primaryNetwork": null,           "useEnvironmentNetwork": true,           "customNetworks": []         },         "sharedIps": []       },       "password": "",       "?": {         "status": "ready",         "_26411a1861294160833743e45d0eaad9": {           "name": "MySQL"         },         "type": "io.murano.databases.MySql",         "id": "0088adb1-90fe-40d2-bb7f-7ade54afc07d",         "_actions": {}       }     }   ],   "id": "d700748999364f2280e3527d2424f003" }
2015-03-24 23:30:32 Stan Lagun murano: importance Undecided High
2015-03-24 23:30:36 Stan Lagun murano: assignee Stan Lagun (slagun)
2015-03-25 00:53:44 OpenStack Infra murano: status New In Progress
2015-03-25 14:50:59 OpenStack Infra murano: status In Progress Fix Committed
2015-03-25 15:25:09 Serg Melikyan murano: milestone kilo-rc1
2015-04-22 13:01:31 Serg Melikyan murano: status Fix Committed Fix Released
2015-05-03 20:02:29 Serg Melikyan murano: milestone kilo-rc1 2015.1.0