Comment 15 for bug 1630275

Revision history for this message
TatyanaGladysheva (tgladysheva) wrote :

Verified on 9.2 snapshot #779.

Before the fix provision graph contains task 'upload_provision_info_master' with appropriate yaql_exp as in step 3 of bug description and after uploading and executing this graph deployment was not finished successfully. Errors before the fix: http://paste.openstack.org/show/595311/.

After the fix deployment with provision graph is finished successfully:
[root@nailgun ~]# fuel2 graph upload -e 3 -t provision -d /etc/fuel/graphs/provision/
Deployment graph was successfully uploaded.
[root@nailgun ~]# fuel2 graph execute -e 3 -t provision
Deployment task with id 23 for the environment 3 has been started.

[root@nailgun ~]# fuel2 task list -e 3
+----+--------+------------+------------+---------+--------+---------+----------+
| id | status | name | graph_type | cluster | result | dry_run | progress |
+----+--------+------------+------------+---------+--------+---------+----------+
| 23 | ready | deploy | None | 3 | {} | False | 100 |
| 24 | ready | deployment | provision | 3 | {} | False | 100 |
+----+--------+------------+------------+---------+--------+---------+----------+
[root@nailgun ~]# fuel2 task history show 24 | grep upload_provision_info_master
| upload_provision_info_master | master | ready | 2017-01-19T08:20:41.211657 | 2017-01-19T08:20:41.241351 |