Comment 8 for bug 1643851

Revision history for this message
TatyanaGladysheva (tgladysheva) wrote :

Verified on 9.2 snapshot #747.

Actual results:
Deployment with net-verification graph is finished successfully.

[root@nailgun ~]# ll /etc/fuel/graphs/
total 12
drwxr-xr-x. 2 root root 4096 Jan 11 12:51 deletion
drwxr-xr-x. 2 root root 4096 Jan 11 12:51 net-verification
drwxr-xr-x. 2 root root 4096 Jan 11 12:51 provision
[root@nailgun ~]# fuel2 graph upload -e 1 -t my_type -d /etc/fuel/graphs/net-verification/
Deployment graph was successfully uploaded.
[root@nailgun ~]# fuel2 graph execute -e 1 -t my_type
Deployment task with id 2 for the environment 1 has been started.
[root@nailgun ~]# fuel2 task list
+----+--------+------------+------------+---------+--------+---------+----------+
| id | status | name | graph_type | cluster | result | dry_run | progress |
+----+--------+------------+------------+---------+--------+---------+----------+
| 1 | ready | dump | None | None | {} | False | 100 |
| 2 | ready | deploy | None | 1 | {} | False | 100 |
| 3 | ready | deployment | my_type | 1 | {} | False | 100 |
+----+--------+------------+------------+---------+--------+---------+----------+