aboutsummaryrefslogtreecommitdiffstats
path: root/docs/com
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-06-15 12:14:38 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2016-06-15 12:14:38 +0200
commit534d653f65574d19494b48036ad4eec9d2006d53 (patch)
tree727e1d5712a13edf588588ec235ac943d4b23061 /docs/com
parent9f4412db4b81560ea4fcd9a4b0393e01ca46050d (diff)
Update css and team image
Change-Id: Ic78ee1071e477e89842d89bb99bd82cc021d9d78 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docs/com')
-rwxr-xr-xdocs/com/css/theme/OPNFV-Berlin.css301
-rwxr-xr-xdocs/com/img/OPNFV-Berlin.pngbin0 -> 24877 bytes
-rw-r--r--docs/com/img/logo-OPNFV-Berlin.pngbin0 -> 10325 bytes
-rw-r--r--docs/com/img/teamSummitBerlin.pngbin721113 -> 845680 bytes
-rwxr-xr-xdocs/com/img/title-bg-berlin.pngbin0 -> 204395 bytes
-rwxr-xr-xdocs/com/pres/summit-Berlin.html47
6 files changed, 330 insertions, 18 deletions
diff --git a/docs/com/css/theme/OPNFV-Berlin.css b/docs/com/css/theme/OPNFV-Berlin.css
new file mode 100755
index 000000000..9f957d6f1
--- /dev/null
+++ b/docs/com/css/theme/OPNFV-Berlin.css
@@ -0,0 +1,301 @@
+/**
+ * White theme for reveal.js. This is the opposite of the 'black' theme.
+ *
+ * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
+ */
+section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
+ color: #fff; }
+
+/*********************************************
+ * GLOBAL STYLES
+ *********************************************/
+body {
+ background-color: #39324c;
+ }
+
+
+
+.reveal {
+ font-family: Helvetica, sans-serif;
+ font-size: 38px;
+ font-weight: normal;
+ color: #fff; }
+
+::selection {
+ color: #fff;
+ background: #98bdef;
+ text-shadow: none; }
+
+.reveal .footer {
+ position: absolute;
+ bottom: 1em;
+ left: 1em;
+ font-size: 0.5em;
+
+ }
+
+.reveal .slides > section, .reveal .slides > section > section {
+ line-height: 1.3;
+ font-weight: inherit; }
+
+.reveal .opnfv-title {
+ background-image: url("../../img/title-bg-berlin.png" no-repeat);
+}
+
+
+.transition {
+}
+
+.imageflottante
+{
+ float: left;
+}
+
+/*********************************************
+ * HEADERS
+ *********************************************/
+.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
+ margin: 0 0 20px 0;
+ color: #222;
+ font-family: Helvetica, sans-serif;
+ font-weight: 600;
+ line-height: 1.2;
+ letter-spacing: normal;
+ text-transform: uppercase;
+ text-shadow: none;
+ word-wrap: break-word; }
+
+.reveal h1 {
+ font-size: 1.7em;
+ color: #E6EFF2 }
+
+.reveal h2 {
+ font-size: 1.5em;
+ color: #DCD3E0 }
+
+.reveal h3 {
+ font-size: 1.3em;
+ color: #FFFFFF }
+
+.reveal h4 {
+ font-size: 1em;
+ color: #FFFFFF }
+
+.reveal h5 {
+ font-size: 0.6em;
+ color: #FFFFFF }
+
+.reveal h1 {
+ text-shadow: none; }
+
+
+/*********************************************
+ * OTHER
+ *********************************************/
+.reveal p {
+ margin: 20px 0;
+ line-height: 1.3; }
+
+/* Ensure certain elements are never larger than the slide itself */
+.reveal img, .reveal video, .reveal iframe {
+ max-width: 95%;
+ max-height: 95%; }
+
+.reveal strong, .reveal b {
+ font-weight: bold; }
+
+.reveal em {
+ font-style: italic; }
+
+.reveal ol, .reveal dl, .reveal ul {
+ display: inline-block;
+ text-align: left;
+ margin: 0 0 0 1em; }
+
+.reveal ol {
+ list-style-type: decimal; }
+
+.reveal ul {
+ list-style-type: disc; }
+
+.reveal ul ul {
+ list-style-type: square; }
+
+.reveal ul ul ul {
+ list-style-type: circle; }
+
+.reveal ul ul, .reveal ul ol, .reveal ol ol, .reveal ol ul {
+ display: block;
+ margin-left: 40px; }
+
+.reveal dt {
+ font-weight: bold; }
+
+.reveal dd {
+ margin-left: 40px; }
+
+.reveal q, .reveal blockquote {
+ quotes: none; }
+
+.reveal blockquote {
+ display: block;
+ position: relative;
+ width: 70%;
+ margin: 20px auto;
+ padding: 5px;
+ font-style: italic;
+ background: rgba(255, 255, 255, 0.05);
+ box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
+
+.reveal blockquote p:first-child, .reveal blockquote p:last-child {
+ display: inline-block; }
+
+.reveal q {
+ font-style: italic; }
+
+.reveal pre {
+ display: block;
+ position: relative;
+ width: 90%;
+ margin: 20px auto;
+ text-align: left;
+ font-size: 0.55em;
+ font-family: monospace;
+ line-height: 1.2em;
+ word-wrap: break-word;
+ box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
+
+.reveal code {
+ font-family: monospace; }
+
+.reveal pre code {
+ display: block;
+ padding: 5px;
+ overflow: auto;
+ max-height: 400px;
+ word-wrap: normal; }
+
+.reveal table {
+ margin: auto;
+ border-collapse: collapse;
+ border-spacing: 0; }
+
+.reveal table th {
+ font-weight: bold; }
+
+.reveal table th, .reveal table td {
+ text-align: left;
+ padding: 0.2em 0.5em 0.2em 0.5em;
+ border-bottom: 1px solid; }
+
+.reveal table th[align="center"], .reveal table td[align="center"] {
+ text-align: center; }
+
+.reveal table th[align="right"], .reveal table td[align="right"] {
+ text-align: right; }
+
+.reveal table tr:last-child td {
+ border-bottom: none; }
+
+.reveal sup {
+ vertical-align: super; }
+
+.reveal sub {
+ vertical-align: sub; }
+
+.reveal small {
+ display: inline-block;
+ font-size: 0.6em;
+ line-height: 1.2em;
+ vertical-align: top; }
+
+.reveal small * {
+ vertical-align: top; }
+
+/*********************************************
+ * LINKS
+ *********************************************/
+.reveal a {
+ color: #08cec7;
+ text-decoration: none;
+ -webkit-transition: color 0.15s ease;
+ -moz-transition: color 0.15s ease;
+ transition: color 0.15s ease; }
+
+.reveal a:hover {
+ color: #6ca2e8;
+ text-shadow: none;
+ border: none; }
+
+.reveal .roll span:after {
+ color: #fff;
+ background: #1a54a1; }
+
+/*********************************************
+ * IMAGES
+ *********************************************/
+.reveal section img {
+ margin: 15px 0px;
+ background: rgba(255, 255, 255, 0.12);
+ border: 4px solid #222;
+ box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
+
+.reveal section img.plain {
+ border: 0;
+ box-shadow: none; }
+
+.reveal a img {
+ -webkit-transition: all 0.15s linear;
+ -moz-transition: all 0.15s linear;
+ transition: all 0.15s linear; }
+
+.reveal a:hover img {
+ background: rgba(255, 255, 255, 0.2);
+ border-color: #2a76dd;
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
+
+/*********************************************
+ * NAVIGATION CONTROLS
+ *********************************************/
+.reveal .controls .navigate-left, .reveal .controls .navigate-left.enabled {
+ border-right-color: #2a76dd; }
+
+.reveal .controls .navigate-right, .reveal .controls .navigate-right.enabled {
+ border-left-color: #2a76dd; }
+
+.reveal .controls .navigate-up, .reveal .controls .navigate-up.enabled {
+ border-bottom-color: #2a76dd; }
+
+.reveal .controls .navigate-down, .reveal .controls .navigate-down.enabled {
+ border-top-color: #2a76dd; }
+
+.reveal .controls .navigate-left.enabled:hover {
+ border-right-color: #6ca2e8; }
+
+.reveal .controls .navigate-right.enabled:hover {
+ border-left-color: #6ca2e8; }
+
+.reveal .controls .navigate-up.enabled:hover {
+ border-bottom-color: #6ca2e8; }
+
+.reveal .controls .navigate-down.enabled:hover {
+ border-top-color: #6ca2e8; }
+
+/*********************************************
+ * PROGRESS BAR
+ *********************************************/
+.reveal .progress {
+ background: rgba(0, 0, 0, 0.2); }
+
+.reveal .progress span {
+ background: #2a76dd;
+ -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
+ -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
+ transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
+
+/*********************************************
+ * SLIDE NUMBER
+ *********************************************/
+.reveal .slide-number {
+ color: #2a76dd; }
+
diff --git a/docs/com/img/OPNFV-Berlin.png b/docs/com/img/OPNFV-Berlin.png
new file mode 100755
index 000000000..a7041c0e8
--- /dev/null
+++ b/docs/com/img/OPNFV-Berlin.png
Binary files differ
diff --git a/docs/com/img/logo-OPNFV-Berlin.png b/docs/com/img/logo-OPNFV-Berlin.png
new file mode 100644
index 000000000..41ddb1cc9
--- /dev/null
+++ b/docs/com/img/logo-OPNFV-Berlin.png
Binary files differ
diff --git a/docs/com/img/teamSummitBerlin.png b/docs/com/img/teamSummitBerlin.png
index f18e58d1a..f4fc8cb4f 100644
--- a/docs/com/img/teamSummitBerlin.png
+++ b/docs/com/img/teamSummitBerlin.png
Binary files differ
diff --git a/docs/com/img/title-bg-berlin.png b/docs/com/img/title-bg-berlin.png
new file mode 100755
index 000000000..7177b0736
--- /dev/null
+++ b/docs/com/img/title-bg-berlin.png
Binary files differ
diff --git a/docs/com/pres/summit-Berlin.html b/docs/com/pres/summit-Berlin.html
index f3df25051..62e86c582 100755
--- a/docs/com/pres/summit-Berlin.html
+++ b/docs/com/pres/summit-Berlin.html
@@ -15,7 +15,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="../css/reveal.css">
- <link rel="stylesheet" href="../css/theme/OPNFV.css" id="theme">
+ <link rel="stylesheet" href="../css/theme/OPNFV-Berlin.css" id="theme">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="../lib/css/zenburn.css">
@@ -40,11 +40,11 @@
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
- <section data-background="../img/title-bg.png" data-background-transition="none">
- <br>
+ <section data-background="../img/title-bg-berlin.png" data-background-transition="none">
+ <br><br><br><br><br>
<h1>From Arno to Colorado</h1>
<h3>Functest: Many rivers to cross</h3>
- <br><br>
+ <br>
<h4>Functest contributors</h4>
<h5>OPNFV Design Summit, 20/6/2016, Berlin</h5>
<br>
@@ -161,7 +161,7 @@
</section>
<section>
- Comparison odl_l2-nofeature-noha scenario
+ Comparison odl_l2-nofeature-ha scenario
<table>
<thead>
<tr>
@@ -201,9 +201,13 @@
<section data-markdown>
## Lessons learned
- * Tempest: harmonizing installer related OpenStack configuration differences, creating customized test lists, main challenge was resolving SDN controller interworking problems
- * Rally:
- * vIMS: complete but complex test case, very interesting to automate (pre MANO, most of Telco needs met there)
+ * Tempest/Rally
+ * harmonizing installer related OpenStack configuration differences
+ * creating customized test lists
+ * main challenge was resolving SDN controller interworking problems
+ * vIMS
+ * complete but complex test case
+ * very interesting to automate (pre MANO, most of Telco needs met there)
</section>
</section>
@@ -215,16 +219,24 @@
<section data-markdown>
## What's new?
- * Slicing of the tests (healthcheck / Smoke / SDN controllers / Features / VNFs)
- * Test duration management
- * New test cases: healthcheck, security
- * Refactoring (API, structure)
- * ARM Support
+ * New internal test cases: healthcheck, security
+ * New controler: OpenContrail?
+ * New feature projects (domino, multisites, movie, parser, moon, copper, models, onos-sfc...)
+ * ARM Support (congratulations to ANEA team!)
+ * Simplified feature project integration journey
+ </section>
+
+ <section data-markdown>
+ ## What's new?
+ * Slicing of the tests (healthcheck / Smoke / SDN controllers / Features / Components / VNFs)
+ * Better Test duration management
+ * Refactoring (repo, case management, test API)
* Automatic reporting
* Dashboard evolution to ELK
* CLI
</section>
+
<section>
<h3>Automatic reporting</h3>
<img height="400" data-src="../img/reporting.png" alt="Reporting">
@@ -240,21 +252,20 @@
</section>
<section data-markdown>
## More test cases
- * New controler: OpenContrail
- * New feature projects
* New VNFs (vEPC, vCDN, vWhatever...)
* Multi sites (e.g bgpvpn with different back ends)
+ * Better test coverage
</section>
<section data-markdown>
## A Functional testing As a Service framework
- * Scenarios can select their relevant test cases
+ * Scenario owner can select their relevant test cases
* Test duration estimation
* Agile dashboarding
* Analytics
</section>
<section data-markdown>
## Upstream
- * Rally
+ * Rally: time to give back more
* Functest description for ETSI?
</section>
</section>
@@ -266,7 +277,7 @@
</div>
<div class='footer'>
- <img src="../img/logo-OPNFV.png" alt="OPNFV logo">
+ <img src="../img/logo-OPNFV-Berlin.png" alt="OPNFV logo">
</div>
</div>