-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
180 lines (177 loc) · 10.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
---
layout: index
title: Home
permalink: /
---
<div id="service">
<div class="container">
<div class="row centered">
<h2>Pike Epic Status</h2>
<h3>P1 Epics</h3>
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:#F5D04C"></i>
<h4>Gate jobs for testing upgrades through Grenade</h4>
<p><em><font color="#F5D04C">In Progress (waiting on upstream community to merge)</font></em></p>
<p>Create experimental gate jobs for Keystone, Swift and Glance</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1427" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>BME Upgrade Testing CI Pipeline</h4>
<p><em><font color="green">In Progress</font></em></p>
<p>Working E2E flows on bare-metal deployment</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1416" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
<div class="container">
<div class="row centered">
<h3>P2 Epics</h3>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa – Communication with OS Community</h4>
<p><em><font color="green">In Progress</font></em></p>
<p>Create spec for Sherpa; Start the conversation in the community; Get buy-in from community</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1417" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa - Test Manager</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will orchestrate the upgrade, the running of tests, additional tests that need to be run, the configuration manager and the reports to be generated.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1418" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa - Deployment Control Interface</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>The deployment control interface will allow the user to use any OpenStack deployment tool, therefore being deployment tool agnostic.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1419" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa – Release Validator</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will ensure that services are actually at the correct release version at any given time.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1423" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa - Persistent Resources Validator</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will create and validate persistent resources like VMs or volumes at any given time.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1422" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa - System Health Validator</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will run tempest smoke tests to that all services are functional at any given time (before, during and after an upgrade).</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1421" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
<div class="container">
<div class="row centered">
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa – Data Parser/Data Store</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will parse the test results we receive from running the upgrade and store them in a data store.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1420" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Sherpa - Create a Report Generator</h4>
<p><em><font color="blue">Not Started</font></em></p>
<p>This module will be the minimum basic version of a report generator to show results from the test runs.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1424" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
<div class="container">
<div class="row centered">
<h3>P3 Epics</h3>
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Interoperability Testing</h4>
<p><em><font color="green">In Progress</font></em></p>
<p>Interop-WG - Create a guideline to score Keystone capabilities; Interop-challenge - Test kubernetes workload on top of OSIC cloud.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1426" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-6">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Add periodic test runs to OS Health Dashboard</h4>
<p><em><font color="green">In Progress</font></em></p>
<p>Add results of tests that run periodically in upstream OpenStack to OS Health Dashboards.</p>
<p><br/><a href="https://01.org/jira/browse/OSIC-1425" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
<div id="service">
<div class="container">
<div class="row centered">
<h2>Ocata Epic Status</h2>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:#F5D04C"></i>
<h4>Gate jobs for testing upgrades through Grenade</h4>
<p><em><font color="#F5D04C">In Progress (waiting on upstream community to merge)</font></em></p>
<p>Create experimental gate jobs for Keystone, Swift and Glance</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-481" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Simple/rolling upgrade CI fully working on the BME solution</h4>
<p><em><font color="green">Complete for Mitaka -> Newton</font></em></p>
<p>Working E2E flows on bare-metal deployment</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-485" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:green"></i>
<h4>Migrate the performance benchmarking CI to BME</h4>
<p><em><font color="green">Complete</font></em></p>
<p>Working E2E flows on bare-metal deployment</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-487" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
<div class="container">
<div class="row centered">
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:red"></i>
<h4>Grenade – add multinode via LXC containers</h4>
<p><em><font color="red">Abandoned</font></em></p>
<p>Add a Grenade spec; Start the conversation in the community; Create a PoC to validate proposed solution</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-552" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:red"></i>
<h4>Grenade - replace Simple Upgrade with Rolling Upgrade</h4>
<p><em><font color="red">Abandoned</font></em></p>
<p>Add a Grenade spec; Start the conversation in the community</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-553" class="btn btn-theme">More Info</a></p>
</div>
<div class="col-md-4">
<i class="fa fa-signal" aria-hidden="true" style="color:red"></i>
<h4>Grenade - tool updates</h4>
<p><em><font color="red">Abandoned</font></em></p>
<p>Add a Grenade spec for API uptime; Start the conversation in the community; Create a POC to validate proposed solution</p>
<p><br/><a href="https://01.org/jira/secure/RapidBoard.jspa?rapidView=37&view=planning&selectedIssue=OSIC-611&epics=visible&selectedEpic=OSIC-610" class="btn btn-theme">More Info</a></p>
</div>
</div>
</div><! --/container -->
</div><! --/service -->
<div class="container mtb">
<div class="row centered">
<h2>Weekly Status Updates</h2>
<div class="hline"></div>
{% for post in site.posts limit:5 %}
<p><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}.</a></p>
{% endfor %}
</div><! --/row -->
</div><! --/container -->