Cloudpulse data model

Registered by Vinod Pandarinathan

Support CRUD operations on test entries in database.

Table capturing the test state and result.
------------------------------------------------------------------------------------------------------------------------------------
| id | uuid | name | state | created_at | updated_at | result |-----------------------------------------------------------------------------------------------------------------------------------
| 125 | b2922 | keystone_endpoint | finished | 2015-05-21 14:58:58 | 2015-05-21 14:59:05 | success |
| 123 | ec6de | nova_endpoint | failed | 2015-05-22 03:56:42 | 2015-05-22 04:02:04 | 400 |
| 126 | d1e04 | nova_endpoint | failed | 2015-05-22 03:57:00 | 2015-05-22 04:00:20 | 400 |
| 131 | 64b45 | nova_endpoint | failed | 2015-05-22 06:33:58 | 2015-05-22 | HTTP Error

Column description

    id = Column(Integer, primary_key=True)
    uuid = Column(String(64))
    name = Column(String(255))
    state = Column(String(255))
    result = Column(Text)

Blueprint information

Status:
Complete
Approver:
Vinod Pandarinathan
Priority:
Essential
Drafter:
Vinod Pandarinathan
Direction:
Needs approval
Assignee:
Vinod Pandarinathan
Definition:
Approved
Series goal:
Accepted for liberty
Implementation:
Implemented
Milestone target:
milestone icon liberty-1
Started by
Vinod Pandarinathan
Completed by
Vinod Pandarinathan

Related branches

Sprints

Whiteboard

Gerrit topic: https://review.openstack.org/#q,topic:bp/datamodel,n,z

Addressed by: https://review.openstack.org/190520
    DB models for cloudpulse

Addressed by: https://review.openstack.org/190511
    Add RPC support modules needed for conductor

Addressed by: https://review.openstack.org/190507
    Add cloudpulse exception handler

Addressed by: https://review.openstack.org/190504
    Openstack client infra needed for API tests

Addressed by: https://review.openstack.org/190514
    Openstack keystone middleware modules

Addressed by: https://review.openstack.org/190828
    Add DB base class API

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.