Activity log for bug #1515982

Date Who What changed Old value New value Message
2015-11-13 12:21:26 Anastasia Palkina bug added bug
2015-11-13 12:21:26 Anastasia Palkina attachment added Screenshot from 2015-11-13 15:06:51.png https://bugs.launchpad.net/bugs/1515982/+attachment/4518175/+files/Screenshot%20from%202015-11-13%2015%3A06%3A51.png
2015-11-13 12:22:25 Anastasia Palkina description 1. Create new environment by default 2. Add 1 controller (node-1), 1 compute( node-2), 2 cinder (node-3,4) 3. Create 'test' and '3' nodegroups in existing environment [root@fuel ~]# fuel nodegroup --create --env 1 --name test WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group 'test' with id=2 in environment 1 was created! [root@fuel ~]# [root@fuel ~]# fuel nodegroup --create --env 1 --name 3 WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group '3' with id=3 in environment 1 was created! [root@fuel ~]# 4. Assign some nodes to different groups [root@fuel ~]# fuel nodegroup --list id | cluster | name ---|---------|-------- 1 | 1 | default 2 | 1 | test 3 | 1 | 3 [root@fuel ~]# fuel nodegroup --assign --node 2 --group 3 [root@fuel ~]# fuel nodegroup --assign --node 3 --group 2 5. Apply sorting and filtering for 'Node network group' parameter. I changed sorting to back, and choose filter for '3' nodegroup 6. After it I assign nodes-2,3 to 'default' nodegroup [root@fuel ~]# fuel nodegroup --assign --node 2,3 --group 1 [root@fuel ~]# 7. Restart UI-page. UI crashed with errors (see screen) "release_versions": {"2015.1.0-8.0": {"VERSION": {"fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"}}}, "fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "auth_required": true, "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c" 1. Create new environment by default 2. Add 1 controller (node-1), 1 compute (node-2), 2 cinder (node-3,4) 3. Create 'test' and '3' nodegroups in existing environment [root@fuel ~]# fuel nodegroup --create --env 1 --name test WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group 'test' with id=2 in environment 1 was created! [root@fuel ~]# [root@fuel ~]# fuel nodegroup --create --env 1 --name 3 WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group '3' with id=3 in environment 1 was created! [root@fuel ~]# 4. Assign some nodes to different groups [root@fuel ~]# fuel nodegroup --list id | cluster | name ---|---------|-------- 1 | 1 | default 2 | 1 | test 3 | 1 | 3 [root@fuel ~]# fuel nodegroup --assign --node 2 --group 3 [root@fuel ~]# fuel nodegroup --assign --node 3 --group 2 5. Apply sorting and filtering for 'Node network group' parameter. I changed sorting to back, and choose filter for '3' nodegroup 6. After it I assign nodes-2,3 to 'default' nodegroup [root@fuel ~]# fuel nodegroup --assign --node 2,3 --group 1 [root@fuel ~]# 7. Restart UI-page. UI crashed with errors (see screen) "release_versions": {"2015.1.0-8.0": {"VERSION": {"fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"}}}, "fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "auth_required": true, "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"
2015-11-13 12:23:04 Anastasia Palkina description 1. Create new environment by default 2. Add 1 controller (node-1), 1 compute (node-2), 2 cinder (node-3,4) 3. Create 'test' and '3' nodegroups in existing environment [root@fuel ~]# fuel nodegroup --create --env 1 --name test WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group 'test' with id=2 in environment 1 was created! [root@fuel ~]# [root@fuel ~]# fuel nodegroup --create --env 1 --name 3 WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group '3' with id=3 in environment 1 was created! [root@fuel ~]# 4. Assign some nodes to different groups [root@fuel ~]# fuel nodegroup --list id | cluster | name ---|---------|-------- 1 | 1 | default 2 | 1 | test 3 | 1 | 3 [root@fuel ~]# fuel nodegroup --assign --node 2 --group 3 [root@fuel ~]# fuel nodegroup --assign --node 3 --group 2 5. Apply sorting and filtering for 'Node network group' parameter. I changed sorting to back, and choose filter for '3' nodegroup 6. After it I assign nodes-2,3 to 'default' nodegroup [root@fuel ~]# fuel nodegroup --assign --node 2,3 --group 1 [root@fuel ~]# 7. Restart UI-page. UI crashed with errors (see screen) "release_versions": {"2015.1.0-8.0": {"VERSION": {"fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"}}}, "fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "auth_required": true, "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c" 1. Create new environment by default 2. Add 1 controller (node-1), 1 compute (node-2), 2 cinder (node-3,4) 3. Create 'test' and '3' nodegroups in existing environment [root@fuel ~]# fuel nodegroup --create --env 1 --name test WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group 'test' with id=2 in environment 1 was created! [root@fuel ~]# [root@fuel ~]# fuel nodegroup --create --env 1 --name 3 WARNING: In VLAN segmentation type, there will be no connectivity over private network between instances running on hypervisors in different segments and that it's a user's responsibility to handle this situation. Node group '3' with id=3 in environment 1 was created! [root@fuel ~]# 4. Assign some nodes to different groups [root@fuel ~]# fuel nodegroup --list id | cluster | name ---|---------|-------- 1 | 1 | default 2 | 1 | test 3 | 1 | 3 [root@fuel ~]# fuel nodegroup --assign --node 2 --group 3 [root@fuel ~]# fuel nodegroup --assign --node 3 --group 2 5. Apply sorting and filtering for 'Node network group' parameter. I changed sorting to back, and choose filter for '3' nodegroup 6. After it I assign nodes-2,3 to 'default' nodegroup via cli [root@fuel ~]# fuel nodegroup --assign --node 2,3 --group 1 [root@fuel ~]# 7. Restart UI-page. UI crashed with errors (see screen) "release_versions": {"2015.1.0-8.0": {"VERSION": {"fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"}}}, "fuel-upgrade_sha": "1e894e26d4e1423a9b0d66abd6a79505f4175ff6", "fuel-createmirror_sha": "a034dcb06520df58a7338816900a431a6b61d83f", "shotgun_sha": "25dd78a3118267e3616df0727ce746e7dead2d67", "api": "1.0", "fuelmain_sha": "45b79c9121a08c2b467a3246dc1fa714e4c2043d", "astute_sha": "959b06c5ef8143125efd1727d350c050a922eb12", "fuel-ostf_sha": "9690a2de829d3b063ed1e64b0b10dde39f711dc0", "openstack_version": "2015.1.0-8.0", "build_id": "154", "fuelmenu_sha": "8a32c53c1fa13b036000f589f96e876277dbd071", "build_number": "154", "auth_required": true, "fuel-library_sha": "1e690ed95452297294c710a2f5886ef671d6b6da", "fuel-nailgun-agent_sha": "3e9d17211d65c80bf97c8d83979979f6c7feb687", "fuel-nailgun_sha": "37a535e11a7939e206ffababf3ecf12504cd91c4", "fuel-agent_sha": "07560a9fc3ce5301ace04d2d3e5d68db6ee4f8d5", "production": "docker", "network-checker_sha": "a57e1d69acb5e765eb22cab0251c589cd76f51da", "feature_groups": ["mirantis"], "release": "8.0", "python-fuelclient_sha": "e685d68c1c0d0fa0491a250f07d9c3a8d0f9608c"
2015-11-13 14:46:43 Dmitry Pyzhov tags area-ui feature-nodegroup
2015-11-16 10:07:17 Artem Roma fuel: importance Undecided Medium
2015-11-16 10:07:20 Artem Roma fuel: status New Confirmed
2015-11-18 08:43:46 Kate Pimenova fuel: status Confirmed Triaged
2015-12-11 15:54:06 Vitaly Kramskikh fuel: importance Medium High
2015-12-14 12:42:24 Julia Aranovich fuel: status Triaged In Progress
2015-12-15 13:21:57 OpenStack Infra fuel: status In Progress Fix Committed
2015-12-17 10:56:22 Anastasia Palkina fuel: status Fix Committed Fix Released