Update css and team image
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 15 Jun 2016 10:14:38 +0000 (12:14 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 15 Jun 2016 10:14:38 +0000 (12:14 +0200)
Change-Id: Ic78ee1071e477e89842d89bb99bd82cc021d9d78
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
docs/com/css/theme/OPNFV-Berlin.css [new file with mode: 0755]
docs/com/img/OPNFV-Berlin.png [new file with mode: 0755]
docs/com/img/logo-OPNFV-Berlin.png [new file with mode: 0644]
docs/com/img/teamSummitBerlin.png
docs/com/img/title-bg-berlin.png [new file with mode: 0755]
docs/com/pres/summit-Berlin.html

diff --git a/docs/com/css/theme/OPNFV-Berlin.css b/docs/com/css/theme/OPNFV-Berlin.css
new file mode 100755 (executable)
index 0000000..9f957d6
--- /dev/null
@@ -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 (executable)
index 0000000..a7041c0
Binary files /dev/null and b/docs/com/img/OPNFV-Berlin.png differ
diff --git a/docs/com/img/logo-OPNFV-Berlin.png b/docs/com/img/logo-OPNFV-Berlin.png
new file mode 100644 (file)
index 0000000..41ddb1c
Binary files /dev/null and b/docs/com/img/logo-OPNFV-Berlin.png differ
index f18e58d..f4fc8cb 100644 (file)
Binary files a/docs/com/img/teamSummitBerlin.png and b/docs/com/img/teamSummitBerlin.png differ
diff --git a/docs/com/img/title-bg-berlin.png b/docs/com/img/title-bg-berlin.png
new file mode 100755 (executable)
index 0000000..7177b07
Binary files /dev/null and b/docs/com/img/title-bg-berlin.png differ
index f3df250..62e86c5 100755 (executable)
@@ -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">
                        <!-- 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>
                                </section>
 
                                <section>
-                                       Comparison odl_l2-nofeature-noha scenario
+                                       Comparison odl_l2-nofeature-ha scenario
                                        <table>
                                                <thead>
                                                        <tr>
 
                                <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>
 
                                        <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">
                                        </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>
 
                        </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>