Skip to content

Commit

Permalink
Terminando seccion de osmclient python
Browse files Browse the repository at this point in the history
  • Loading branch information
CFSNM committed Jul 4, 2019
1 parent d81dc35 commit 327144b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
6 changes: 2 additions & 4 deletions capitulos/anexo_osmclient.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ \chapter{OSMClient - Comandos disponibles}
netslice-instance-delete deletes a Network Slice Instance (NSI)
netslice-instance-list list all Network Slice Instances (NSI)
netslice-instance-op-list shows the history of operations over a...
netslice-instance-op-show shows the info of an operation over a Network
Slice Instance(NSI)
netslice-instance-op-show shows the info of an operation over a Network Slice Instance(NSI)
netslice-instance-show shows the content of a Network Slice Instance (NSI)
netslice-template-create creates a new Network Slice Template (NST)
netslice-template-delete deletes a Network Slice Template (NST)
Expand Down Expand Up @@ -44,8 +43,7 @@ \chapter{OSMClient - Comandos disponibles}
nsi-delete deletes a Network Slice Instance (NSI)
nsi-list list all Network Slice Instances (NSI)
nsi-op-list shows the history of operations over a...
nsi-op-show shows the info of an operation over a Network
Slice Instance(NSI)
nsi-op-show shows the info of an operation over a Network Slice Instance(NSI)
nsi-show shows the content of a Network Slice Instance (NSI)
nspkg-create creates a new NSD/NSpkg
nspkg-delete deletes a NSD/NSpkg
Expand Down
2 changes: 1 addition & 1 deletion capitulos/desarrollo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ \chapter{Desarrollo de APIs}
\section{J-OSM Client}
\label{sec:osmclient}

J-OSMClient es una librería programada en Java cuya funcionalidad es la de proporcionar un cliente REST para interactuar con OSM (ver sección \ref{sec:osm}).
J-OSMClient es una librería programada en Java cuya funcionalidad es la de proporcionar un cliente REST para interactuar con OSM (ver \ref{sec:osm}). Está basado en el cliente programado en Python por la ETSI (ver \ref{subsec:osmclientpython}).

\begin{figure}[!ht]
\centering
Expand Down
7 changes: 5 additions & 2 deletions capitulos/herramientas.tex
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ \subsection{OSMClient}

OSMClient\cite{osmclientbib} es una cliente REST programado en Python por la ETSI para interactuar con OSM. Fue introducido en la \textit{release} 2 y permite al usuario ejecutar numerosas acciones, como subir un nuevo descriptor, instanciar un nuevo NS, eliminar un NS, entre otras.

En el anexo \ref{sec:anexoosmclient} se puede ver detalladamente los diferentes comandos que permite ejecutar OSMClient.
En sus orígenes, cuando la \textit{release} 2 de OSM fue dispuesta al público, dicho cliente tenía una funcionalidad limitada y únicamente podía ser instalado junto a la versión completa de OSM.

Cuando la ETSI publicó la \textit{release} 5 de OSM, el cliente sufrió un gran lavado de cara, al igual que OSM, el cual tuvo un gran cambio interno y externo. Se añadió una nueva versión del cliente que seguía el estándar sol005\cite{sol005item}, el cual define un nuevo formato de REST APIs para aplicaciones propias de la ETSI.


\section{OpenStack}
\label{sec:openstack}
Expand Down Expand Up @@ -207,7 +210,7 @@ \subsection{OpenStack4Java}

\begin{figure}[!ht]
\centering
\includegraphics[width=0.8\linewidth]{imagenes/ejemplo_os4j}
\includegraphics[width=1\linewidth]{imagenes/ejemplo_os4j}
\caption{Ejemplo de uso de OpenStack4j. Fuente:\cite{openstack4jbib}}
\label{fig:ejemploos4j}
\end{figure}
Expand Down
7 changes: 5 additions & 2 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,6 @@

\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
\clearpage
\include{capitulos/anexo_osmclient}
\clearpage
\include{capitulos/anexo_mininet}
\clearpage

Expand Down Expand Up @@ -272,6 +270,11 @@
OSMClient
\\\texttt{https://osm.etsi.org/wikipub/index.php/OSM\_client}

\bibitem{sol005item}
ETSI GS NFV-SOL 005 - V2.5.1
\\\texttt{https://www.etsi.org/deliver/etsi\_gs/NFV-SOL/
\\001\_099/005/02.04.01\_60/gs\_NFV-SOL005v020401p.pdf}

\bibitem{openstackbib}
OpenStack
\\\texttt{https://www.openstack.org/}
Expand Down

0 comments on commit 327144b

Please sign in to comment.