From 534d653f65574d19494b48036ad4eec9d2006d53 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Wed, 15 Jun 2016 12:14:38 +0200 Subject: Update css and team image Change-Id: Ic78ee1071e477e89842d89bb99bd82cc021d9d78 Signed-off-by: Morgan Richomme --- docs/com/css/theme/OPNFV-Berlin.css | 301 ++++++++++++++++++++++++++++++++++++ docs/com/img/OPNFV-Berlin.png | Bin 0 -> 24877 bytes docs/com/img/logo-OPNFV-Berlin.png | Bin 0 -> 10325 bytes docs/com/img/teamSummitBerlin.png | Bin 721113 -> 845680 bytes docs/com/img/title-bg-berlin.png | Bin 0 -> 204395 bytes docs/com/pres/summit-Berlin.html | 47 +++--- 6 files changed, 330 insertions(+), 18 deletions(-) create mode 100755 docs/com/css/theme/OPNFV-Berlin.css create mode 100755 docs/com/img/OPNFV-Berlin.png create mode 100644 docs/com/img/logo-OPNFV-Berlin.png create mode 100755 docs/com/img/title-bg-berlin.png 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 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 index 000000000..41ddb1cc9 Binary files /dev/null and b/docs/com/img/logo-OPNFV-Berlin.png differ diff --git a/docs/com/img/teamSummitBerlin.png b/docs/com/img/teamSummitBerlin.png index f18e58d1a..f4fc8cb4f 100644 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 index 000000000..7177b0736 Binary files /dev/null and b/docs/com/img/title-bg-berlin.png 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 @@ - + @@ -40,11 +40,11 @@
-
-
+
+




From Arno to Colorado

Functest: Many rivers to cross

-

+

Functest contributors

OPNFV Design Summit, 20/6/2016, Berlin

@@ -161,7 +161,7 @@
- Comparison odl_l2-nofeature-noha scenario + Comparison odl_l2-nofeature-ha scenario @@ -201,9 +201,13 @@
## 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)
@@ -215,16 +219,24 @@
## 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 +
+ +
+ ## 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
+

Automatic reporting

Reporting @@ -240,21 +252,20 @@
## 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
## 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
## Upstream - * Rally + * Rally: time to give back more * Functest description for ETSI?
@@ -266,7 +277,7 @@ -- cgit 1.2.3-korg