Commit Graph

18 Commits

Author SHA1 Message Date
Zhijiang Hu 3b19059841 test build and run daisy on pike env
Change-Id: Id2e2bc776751f9d4d4952ba641a10540f903409c
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-11-02 06:28:54 -04:00
Zhijiang Hu 026709bce6 Deal with new flake8 error
Change-Id: I2d0f2c289a30ca7417b28f91b86958977128d944
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-08-22 04:40:24 -04:00
Zhijiang Hu 8e55830a82 Rectify host_add request's body usage
Please see https://jira.opnfv.org/browse/DAISY-57

Change-Id: I16d540710fc3638bedbb2bc9f719fe55fc2f07fc
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-08-11 06:44:04 -04:00
Zhijiang Hu 8beea33471 Delete tempest code in repo and use python-tempest instead
Change-Id: Id6834d1d87543d94bd4b8e7fd0acec69a5354cb9
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-08-09 13:53:30 +08:00
Zhijiang Hu 49b9707895 Rename ironic-discoverd to daisy-discoverd
Historically, Daisy's discoverd is a fork from ironic-discoverd
without changing package name. This has problems:
1) When user want to install daisy but there is already a
ironic-discoverd which from OpenStack, then daisy's discoverd
will not be installed due to already existed.
2) When user already installed Daisy's discoverd and later do
yum update, then daisy's discoverd will be replaced by
ironic-discoverd which from OpenStack.

Both scenarios above will results in Daisy does not work. So
This PS changes ironic-discoverd to daisy-discoverd.

Change-Id: Ic505feb12271dd87e5781da28f79ca604d49374e
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-08-04 17:41:40 +08:00
deepakmourya 62b51cb975 python3 has disable LOG.warn.
python3 has disable LOG.warn.
So replace LOG.warn with LOG.warning

Closes-Bug: #1650457

Change-Id: I532d9faf60a5d6cd84502dc71f9516d6fcad972e
2017-06-25 05:06:07 +00:00
Vu Cong Tuan bfebf1c030 Replace assertEqual([], items) with assertEmpty(items)
Since assertEmpty() function has already been implemented in tempest,
let's use this function instead of generic assertEqual() function.
This change makes the code and the error messages to be more readable.
Therefore it improves maintainability a little bit.

Change-Id: I9f9314baaca3482ce7524675bbcce5da81e82e7a
2017-06-13 10:01:32 +07:00
zhouya df0679ee00 delete registry docker repo on target node
this action executes after uninstalling openstack

Change-Id: Ie4264bf671968e239643554d9e4d96a461cec811
2017-05-11 10:08:20 +08:00
Zhijiang Hu 2ee6dacb0c Delete deprecated OrchestrationClient
Please see https://review.openstack.org/#/c/456843/

Change-Id: I9a7665a8319a7186730abfb7e7977f69e50ac81d
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2017-04-27 09:50:36 -04:00
Zhou Ya a530e1a95a delete none-core code from core code
Change-Id: I97039465a078fde8586c9231d7afa77ff95a10cb
2016-11-15 15:23:28 +08:00
Zhijiang Hu 73d88a9f76 Deal with flake8 errors in tempest
Change-Id: I69f02ce3a589d3854b0508c56b77758a4cf013bd
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-09-22 16:18:14 +08:00
Zhijiang Hu 1620cf1b02 Delete more glance code
Change-Id: I2a0c54a59489819466d448ddf9c04b8e4acdc51a
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-09-21 04:58:48 -04:00
Zhijiang Hu 058fc901ae Delete hwm(Hardware Management) related code
Daisy once used hwm to discover & provision hosts. But for opensource
we can not asume hwm exists all the time so we have to make it a
pluggable module before we can accept it. Currently just kill it.

Daisy should still be able to discover & provision hosts without
hwm.

Change-Id: I59d19718b0113f1c1d2ccedb968b8d594e90f670
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-09-14 00:46:10 -04:00
luyao 869ffd0460 solve ssh-discover error after delete ironic related rpm
Change-Id: I18d4cbacd5f74bb4e968a2c85ba7706d740387c7
Signed-off-by: luyao <lu.yao135@zte.com.cn>
2016-09-12 11:21:25 +00:00
KongWei f7127cbd6a Deal with flake8 [E501].
Change-Id: I55e254b2bf9c16b0bdc50bd6810e682dc6dddabf
2016-07-26 03:49:29 +00:00
KongWei b275409006 Add daisy tempest.
Change-Id: I5831348eaf8a427afb50836089b246a8275cd57e
2016-07-25 05:39:09 +00:00
Zhijiang Hu 2d2da98b35 Delete all rpms and major upgrade from inside...
Change-Id: I12d6307464cc03664b6113807a35c396b652add9
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-07-01 10:21:39 +08:00
Zhijiang Hu e2e358b4f8 initial merge
Change-Id: Id7cef7826092e191654da872ee1e11c4c6f50ddf
Signed-off-by: Zhijiang Hu <hu.zhijiang@zte.com.cn>
2016-03-30 14:07:23 +08:00