-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
168 lines (119 loc) · 10.1 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Opnfv-playground by jonasbjurel</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Opnfv-playground</h1>
<h2 class="project-tagline">OPNFV "Open Network Function Virtualization" OpenStack OpenDaylight Fuel CI</h2>
<a href="https://github.com/jonasbjurel/OPNFV-Playground" class="btn">View on GitHub</a>
<a href="https://github.com/jonasbjurel/OPNFV-Playground/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/jonasbjurel/OPNFV-Playground/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<h1>
<a id="project-name-opnfv-playground" class="anchor" href="#project-name-opnfv-playground" aria-hidden="true"><span class="octicon octicon-link"></span></a>Project name: OPNFV-Playground</h1>
<h1>
<a id="copyright-and-license" class="anchor" href="#copyright-and-license" aria-hidden="true"><span class="octicon octicon-link"></span></a>Copyright and license</h1>
<p>Copyright (c) 2015 Jonas Bjurel and others.
<a href="mailto:[email protected]">[email protected]</a>
All rights reserved. This program and the accompanying materials
are made available under the terms of the Apache License, Version 2.0
which accompanies this distribution, and is available at
<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a></p>
<h1>
<a id="purpose-and-intent" class="anchor" href="#purpose-and-intent" aria-hidden="true"><span class="octicon octicon-link"></span></a>Purpose and intent</h1>
<p>This repository aims to facilitate and extend the use of the "Open Platform Network Virtualization" AKA "OPNFV" open source initiative (<a href="http://www.opnfv.org">www.opnfv.org</a>).</p>
<p>It is a free-standing open source repository initiative not governed by any organization.</p>
<p>The intention of this project is to invite to free contribution and innovation based on OPNFV and OPNFV upstream results.</p>
<p>Contribution and innovation must align with the following intentions:</p>
<ul>
<li>Code, innovation, derivates and contribution must be licensed under Apache2 (<a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a>)</li>
<li>Code, innovation and derivates shall be built on top of OPNFV and associated/relevant upstream projects.</li>
<li>Contributors to this repository grants an unconditional free right to any-other (person, organization or corporation) to freely use-, and as of will submit work to any other third-party (limited to the content of this repository and specifically excluding any references to other sources-, repositories-, and other arts)</li>
<li>Contributors must follow the code of conduct for this repository - see below.</li>
</ul>
<h1>
<a id="contribution" class="anchor" href="#contribution" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contribution</h1>
<ul>
<li>New contributors shall apply by following the guidlines stated in ONBOARDING.rst</li>
<li>New projects shall apply by sending a project proposal through a git pull request.</li>
</ul>
<h1>
<a id="current-projects" class="anchor" href="#current-projects" aria-hidden="true"><span class="octicon octicon-link"></span></a>Current projects</h1>
<h2>
<a id="simple-standalone-opnfv-ci-engine-for-fuelopnfv" class="anchor" href="#simple-standalone-opnfv-ci-engine-for-fuelopnfv" aria-hidden="true"><span class="octicon octicon-link"></span></a>Simple standalone OPNFV CI engine for Fuel@OPNFV</h2>
<h3>
<a id="purpose" class="anchor" href="#purpose" aria-hidden="true"><span class="octicon octicon-link"></span></a>Purpose</h3>
<p>This project aims to develop a simple (for everyone) local CI engine - including:</p>
<ul>
<li>Upstream source-code clone</li>
<li>Source-code build</li>
<li>Stack local deployment using nested KVM</li>
<li>OPNFV defined verification runs
All of the above using OPNFV upstream functional- and CI code (except Jenkins)</li>
</ul>
<h3>
<a id="status" class="anchor" href="#status" aria-hidden="true"><span class="octicon octicon-link"></span></a>Status</h3>
<p>Not released, not sponsored</p>
<h3>
<a id="roadmap" class="anchor" href="#roadmap" aria-hidden="true"><span class="octicon octicon-link"></span></a>Roadmap</h3>
<p>At current focus is to get to a first stable release which will be synced with the OPNFV Arno SR1 release in Q3 2015.
The intention beyond the first release is to support other OPNFV certified installers than Fuel@OPNFV.</p>
<h3>
<a id="project-meta-data" class="anchor" href="#project-meta-data" aria-hidden="true"><span class="octicon octicon-link"></span></a>Project meta-data</h3>
<p>Project owner: <a href="mailto:[email protected]">[email protected]</a></p>
<p>project repo: jonasbjurel/OPNFV-Playground</p>
<p>project path: ci_fuel_opnfv</p>
<p>Collaboration model: fork and pull request</p>
<p>IRC: -</p>
<h3>
<a id="refences" class="anchor" href="#refences" aria-hidden="true"><span class="octicon octicon-link"></span></a>Refences</h3>
<p><a href="https://www.opnfv.org/">OPNFV Public site</a></p>
<p><a href="https://www.opnfv.org/">OPNFV Public WIKI</a></p>
<p><a href="https://wiki.opnfv.org/get_started/fuel_status">Fuel@OPNFV WIKI</a></p>
<h1>
<a id="code-of-conduct" class="anchor" href="#code-of-conduct" aria-hidden="true"><span class="octicon octicon-link"></span></a>Code of conduct</h1>
<p>To follow the rules of conduct are essential to ensure good and fruitful collaboration:</p>
<ul>
<li> Be open: We invite anyone to participate in any aspect of our projects. Our community is open, and any responsibility can be carried by a contributor who demonstrates the required capacity and competence.</li>
<li> Be considerate: People use our work, and we depend on the work of others. Consider users and colleagues before taking action. For example, changes to code, infrastructure, policy, and documentation may negatively impact others.</li>
<li> Be respectful: We expect people to work together to resolve conflict, assume good intentions, and act with empathy. Do not turn disagreements into personal attacks.</li>
<li> Be collaborative: Collaboration reduces redundancy and improves the quality of our work. We strive for transparency within our open source community, and we work closely with upstream developers and others in the free software community to coordinate our efforts.</li>
<li> Be pragmatic: Questions are encouraged and should be asked early in the process to avoid problems later. Be thoughtful and considerate when seeking out the appropriate forum for your questions. Those who are asked should be responsive and helpful.</li>
<li> Step down considerately: Members of every project come and go. When somebody leaves or disengages from the project, they should make it known and take the proper steps to ensure that others can pick up where they left off.</li>
</ul>
<p>This code is not exhaustive or complete. It serves to distill our common understanding of a collaborative, shared environment, and goals. We expect it to be followed in spirit as much as in the letter.
Diversity Statement</p>
<p>We encourage everyone to participate and are committed to building a community for all. Although we may not be able to satisfy everyone, we all agree that everyone is equal.</p>
<p>Whenever a participant has made a mistake, we expect them to take responsibility for it. If someone has been harmed or offended, it is our responsibility to listen carefully and respectfully, and do our best to right the wrong.</p>
<p>Although this list cannot be exhaustive, we explicitly honor diversity in age, culture, ethnicity, gender identity or expression, language, national origin, political beliefs, profession, race, religion, sexual orientation, socioeconomic status, and technical ability. We will not tolerate discrimination based on any of the protected characteristics above, including participants with disabilities.</p>
<h1>
<a id="reporting-issues" class="anchor" href="#reporting-issues" aria-hidden="true"><span class="octicon octicon-link"></span></a>Reporting Issues</h1>
<p>If you experience or witness unacceptable behavior—or have any other concerns—please report it by emailing <a href="mailto:[email protected]">[email protected]</a>. For more details, please see our Reporting Guidelines below.
Thanks</p>
<h1>
<a id="acknowledges" class="anchor" href="#acknowledges" aria-hidden="true"><span class="octicon octicon-link"></span></a>Acknowledges</h1>
<ul>
<li>The work and derivative work in this repository is entirely depending on the work and results from OPNFV and its related upstream source projects. We're grateful to the OPNFV work done.<br>
</li>
<li>Some of the ideas and wording for the statements and guidelines above were based on work by the Twitter, Ubuntu, GDC, and Django communities. We are thankful for their work.</li>
</ul>
<h3>
<a id="refences-1" class="anchor" href="#refences-1" aria-hidden="true"><span class="octicon octicon-link"></span></a>Refences</h3>
<p><a href="https://www.opnfv.org/">OPNFV Public site</a></p>
<p><a href="https://www.opnfv.org/">OPNFV Public WIKI</a></p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/jonasbjurel/OPNFV-Playground">Opnfv-playground</a> is maintained by <a href="https://github.com/jonasbjurel">jonasbjurel</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>