1
0
Fork 0

Some tabs

This commit is contained in:
Ethanell 2020-02-14 12:57:53 +01:00
parent a0901b2e44
commit ae964f0a71

View file

@ -9,152 +9,152 @@
\setbeamertemplate{footline}{% \setbeamertemplate{footline}{%
\leavevmode% \leavevmode%
\hbox{\begin{beamercolorbox}[wd=.5\paperwidth,ht=4.5ex,dp=2.125ex,leftskip=.3cm plus1fill,rightskip=.3cm]{author in head/foot}% \hbox{\begin{beamercolorbox}[wd=.5\paperwidth,ht=4.5ex,dp=2.125ex,leftskip=.3cm plus1fill,rightskip=.3cm]{author in head/foot}%
\usebeamerfont{author in head/foot}\insertshortauthor \usebeamerfont{author in head/foot}\insertshortauthor
\end{beamercolorbox}% \end{beamercolorbox}%
\begin{beamercolorbox}[wd=.5\paperwidth,ht=4.5ex,dp=2.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% \begin{beamercolorbox}[wd=.5\paperwidth,ht=4.5ex,dp=2.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}%
\usebeamerfont{title in head/foot} \usebeamerfont{title in head/foot}
\parbox{.45\paperwidth}{\inserttitle\ | \insertsubtitle\ - \insertinstitute} \parbox{.45\paperwidth}{\inserttitle\ | \insertsubtitle\ - \insertinstitute}
\end{beamercolorbox}}% \end{beamercolorbox}}%
\vskip0pt% \vskip0pt%
} }
\addtobeamertemplate{navigation symbols}{}{ \addtobeamertemplate{navigation symbols}{}{
\usebeamerfont{footline} \usebeamerfont{footline}
\usebeamercolor[fg]{footline} \usebeamercolor[fg]{footline}
\hspace{1em} \hspace{1em}
\insertframenumber/\inserttotalframenumber \insertframenumber/\inserttotalframenumber
} }
\AtBeginSection[]{ \AtBeginSection[]{
\begin{frame} \begin{frame}
\vfill \vfill
\centering \centering
\begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title} \begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title}
\usebeamerfont{title}\insertsectionhead\par% \usebeamerfont{title}\insertsectionhead\par%
\end{beamercolorbox} \end{beamercolorbox}
\vfill \vfill
\end{frame} \end{frame}
} }
\title{CI/CD - DevOps} \title{CI/CD - DevOps}
\titlegraphic{\includegraphics[width=0.5\textwidth]{Images/logoiutlyon1.png}} \titlegraphic{\includegraphics[width=0.5\textwidth]{Images/logoiutlyon1.png}}
\subtitle{CVDA} \subtitle{CVDA}
\author{Charlaix - Polgar - Kezel - Furbault} \author{Charlaix - Polgar - Kezel - Furbault}
\date{04-02-2020} \date{04-02-2020}
\institute{Université Lyon 1 2019/2020} \institute{Université Lyon 1 2019/2020}
\begin{document} \begin{document}
\begin{frame}[label=home] \begin{frame}[label=home]
\titlepage \titlepage
\end{frame} \end{frame}
\begin{frame} \begin{frame}
\tableofcontents \tableofcontents
\end{frame} \end{frame}
\section{Conteneur} \section{Conteneur}
\subsection{Présentation} \subsection{Présentation}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\centering \centering
\includegraphics[width=1\textwidth]{Images/Container.png} \includegraphics[width=1\textwidth]{Images/Container.png}
\caption{Conteneur} \caption{Conteneur}
\label{fig:mesh1} \label{fig:mesh1}
\end{figure} \end{figure}
\end{frame} \end{frame}
\subsection{En pratique} \subsection{En pratique}
\begin{frame} \begin{frame}
Pour cette présentation j'avais besoin sur deux serveur différent le même environnement, donc j'ai crée un conteneur avec les librairies pour compiler le Latex. Pour cette présentation j'avais besoin sur deux serveur différent le même environnement, donc j'ai crée un conteneur avec les librairies pour compiler le Latex.
\end{frame} \end{frame}
\section{Orchestration} \section{Orchestration}
\subsection{Définition} \subsection{Définition}
\begin{frame} \begin{frame}
\textbf{Orchestration informatique}: ensemble des processus automatiques de coordination et de gestion des systèmes informatiques complexes, des middleware et des services. \textbf{Orchestration informatique}: ensemble des processus automatiques de coordination et de gestion des systèmes informatiques complexes, des middleware et des services.
\vspace{1em} \vspace{1em}
\textit{source: https://lemag.digitools.io/MagDigital/orchestration-informatique-performance-cloud-management-platform} \textit{source: https://lemag.digitools.io/MagDigital/orchestration-informatique-performance-cloud-management-platform}
\end{frame} \end{frame}
\subsection{Schéma} \subsection{Schéma}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=1\textwidth]{Images/Devops toolchain.png} \includegraphics[width=1\textwidth]{Images/Devops toolchain.png}
\caption{DevOps toolchain} \caption{DevOps toolchain}
\end{figure} \end{figure}
\end{frame} \end{frame}
\section{CI} \section{CI}
\subsection{Qu'es que c'est ?} \subsection{Qu'es que c'est ?}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.7\textwidth]{Images/CI.png} \includegraphics[width=0.7\textwidth]{Images/CI.png}
\caption{CI} \caption{CI}
\end{figure} \end{figure}
\end{frame} \end{frame}
\subsection{Exemples} \subsection{Exemples}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.1\textwidth]{Images/GitHub.png} \includegraphics[width=0.1\textwidth]{Images/GitHub.png}
\caption{GitHub} \caption{GitHub}
\end{figure} \end{figure}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.1\textwidth]{Images/GitLab.png} \includegraphics[width=0.1\textwidth]{Images/GitLab.png}
\caption{GitLab} \caption{GitLab}
\end{figure} \end{figure}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.1\textwidth]{Images/Jenkins.png} \includegraphics[width=0.1\textwidth]{Images/Jenkins.png}
\caption{Jenkins} \caption{Jenkins}
\end{figure} \end{figure}
\end{frame} \end{frame}
\section{CD} \section{CD}
\subsection{Et le CD alors ?} \subsection{Et le CD alors ?}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=1\textwidth]{Images/CD.png} \includegraphics[width=1\textwidth]{Images/CD.png}
\caption{CD} \caption{CD}
\end{figure} \end{figure}
\end{frame} \end{frame}
\subsection{Exemples} \subsection{Exemples}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.2\textwidth]{Images/GitHub actions.png} \includegraphics[width=0.2\textwidth]{Images/GitHub actions.png}
\caption{GitHub actions} \caption{GitHub actions}
\end{figure} \end{figure}
\begin{figure}[h] \begin{figure}[h]
\includegraphics[width=0.2\textwidth]{Images/GitLab ci-cd.png} \includegraphics[width=0.2\textwidth]{Images/GitLab ci-cd.png}
\caption{GitLab CI/CD} \caption{GitLab CI/CD}
\end{figure} \end{figure}
\end{frame} \end{frame}
\section{La combinaison} \section{La combinaison}
\subsection{Schéma} \subsection{Schéma}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\centering \centering
\includegraphics[width=0.7\textwidth]{Images/diag ci cd.png} \includegraphics[width=0.7\textwidth]{Images/diag ci cd.png}
\caption{Représentation CI/CD} \caption{Représentation CI/CD}
\label{fig:mesh1} \label{fig:mesh1}
\end{figure} \end{figure}
\end{frame} \end{frame}
\subsection{Notre présentation} \subsection{Notre présentation}
\begin{frame} \begin{frame}
\begin{figure}[h] \begin{figure}[h]
\centering \centering
\includegraphics[width=1\textwidth]{Images/Combinaison.png} \includegraphics[width=1\textwidth]{Images/Combinaison.png}
\caption{Combinaison} \caption{Combinaison}
\label{fig:mesh1} \label{fig:mesh1}
\end{figure} \end{figure}
\end{frame} \end{frame}
\end{document} \end{document}