aboutsummaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/components/home/home.html
blob: 4bf6ee2ac764403fab531c7eaf0b620c85218646 (plain)
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
181
182
183
184
185
186
187
188
189
190
191
192
193
<div class="container-fluid">
  <div class="row">
    <div class="col-md-2 home-category" ng-style="{'height': ctrl.height}">
      <div class="panel-group" id="accordion">
        <div class="panel panel-default">
          <div class="panel-heading">
            <div class="panel-title">
              <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo">
                Release 2018.09
              </a>
            </div>
          </div>
          <div id="collapseTwo" class="panel-collapse collapse">
            <div class="panel-body">
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/userguide/testing_guide.html"
                   target="_blank" rel="noopener">OVP / Dovetail User Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/userguide/cli_reference.html"
                   target="_blank" rel="noopener">Dovetail CLI&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/testspecification"
                   target="_blank" rel="noopener">Test Specifications&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/release/release-notes/index.html"
                   target="_blank" rel="noopener">Release Notes&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/reviewerguide/index.html"
                   target="_blank" rel="noopener">Reviewer Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-fraser/submodules/dovetail/docs/testing/user/ovpaddendum/index.html"
                   target="_blank" rel="noopener">Guidelines Addendum&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
            </div>
          </div>
        </div>
        <div class="panel panel-default" style="margin-top: 0px;">
          <div class="panel-heading">
            <div class="panel-title">
              <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree">
                  Release 2018.01
              </a>
            </div>
          </div>
          <div id="collapseThree" class="panel-collapse collapse">
            <div class="panel-body">
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/testing_guide.html"
                   target="_blank" rel="noopener">OVP / Dovetail User Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/userguide/cli_reference.html"
                   target="_blank" rel="noopener">Dovetail CLI&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/testspecification"
                   target="_blank" rel="noopener">Test Specifications&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/release/release-notes/index.html"
                   target="_blank" rel="noopener">Release Notes&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/reviewerguide/index.html"
                   target="_blank" rel="noopener">Reviewer Guide&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
              <div>
                <a href="http://docs.opnfv.org/en/stable-danube/submodules/dovetail/docs/testing/user/ovpaddendum/index.html"
                   target="_blank" rel="noopener">Guidelines Addendum&nbsp;
                  <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span>
                </a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>

    <div class="col-md-10">
      <div class="common-main-container">
        <div class="home-content-title">
          <h2>OVP verifies products and services with the "OPNFV Verified" mark.</h2>
        </div>
        <div class="home-content">
          <div class="col-md-2">
            <img class="home-content-img" src="testapi-ui/assets/img/icon.png" alt="OPNFV">
          </div>
          <div class="col-md-10">
            <p class="home-content-text">
            The OPNFV Verification Program (OVP) is an open source,
            community-led compliance and verification program to
            demonstrate the readiness and availability of commercial NFV
            products and services, including NFVI and VNFs, using
            <a href="https://www.opnfv.org/">OPNFV</a> and
            <a href="https://www.onap.org/">ONAP</a> components. The
            program is the first of its kind to combine automated
            compliance and verification testing for multiple parts of the
            NFV stack and allows Communication Service Providers (CSPs)
            and vendors to establish baseline conformance and
            interoperability. Participants can test in-house or with
            neutral, designated labs.
            </p>
            <p class="home-content-text">
            This portal is for testing products and services relating to
            NFV Infrastructure (NFVI/VIM). For testing Virtual Network
            Functions (VNFs), visit the
            <a href="https://vnf-verified.lfnetworking.org">OPNFV Verification Program (VNF) portal</a>.
            </p>
            <br>
            <p class="home-content-text"><strong>Get Started</strong></p>
            <ul>
                <li><p class="home-content-text">Visit the
                    <a target="_blank" rel="noopener" href="https://www.lfnetworking.org/OVP">OPNFV Verification Program (OVP) page</a>
                    for more information</p></li>
                <li><p class="home-content-text">
                    From the home page, submit the
                    <a target="_blank" rel="noopener" href="https://na3.docusign.net/Member/PowerFormSigning.aspx?PowerFormId=034ffa32-3c2d-4a78-b2ed-af63c3acf192&env=na3-eu1&v=2">
                    Participation Form</a></p></li>
                <li><p class="home-content-text">
                    Follow the step-by-step
                    instructions in the doc:
                    <a target="_blank" rel="noopener" href="https://opnfv-dovetail.readthedocs.io/en/latest/testing/user/certificationworkflow/index.html">OVP
                     Workflow</a></p></li>
                <li><p class="home-content-text">
                    Use this portal to upload your NFVI test results when
                    ready</p></li>
            </ul>
            <p class="home-content-text" style="padding-bottom: 40px;">
              Please send any questions to <a href="mailto:verified@opnfv.org">verified@opnfv.org</a>.
            </p>
          </div>
        </div>
        <div id="directory_break">
        </div>
        <div class="home-content-title">
          <h1>OPNFV Verified Products Directory (NFVI)</h1>
          Click on rows for more product verification details per company.
        </div>
        <div class="directory_main">
          <table id="directory_inner" class="">
            <thead>
              <tr>
                <th>Company</th>
                <th>Product</th>
                <th>Category</th>
                <th>Version</th>
              </tr>
            </thead>
            <tbody style="overflow: hidden; text-overflow: ellipsis;">
              <tr class="company_row" ng-click="ctrl.getCompany(app)"
                  ng-repeat="app in ctrl.applications | filter:{approved:true} | orderBy : '-approve_date'">
                <td style="width: 400px;">
                  <img class="company_logo" ng-src="api/v1/cvp/applications/getlogo/{{app.company_logo}}" alt="OPNFV">
                  {{ app.organization_name}}
                </td>
                <td style="width: 300px;">{{ app.product_name}}</td>
                <td style="width: 150px;">{{ app.ovp_category}}</td>
                <td style="width: 150px;">{{ app.ovp_version}}</td>
              </tr>
            </tbody>
          </table>
        </div>
      </div>
    </div>
  </div>
</div>