Skip to content

Commit

Permalink
added intro and domain
Browse files Browse the repository at this point in the history
  • Loading branch information
csilva-cl committed May 28, 2021
1 parent 6ab0af0 commit 94769bc
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 7 deletions.
10 changes: 7 additions & 3 deletions ITTN-045.tex
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,20 @@
\usepackage{fancyhdr}
\usepackage{parcolumns} % <<<<<<----- Required
\usepackage{lipsum} % <<<<---- Only needed in the example
\usepackage{hyperref}
% Local commands go here.

%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries

\title{Cerro Pachon IT Services Request for Access}
\title{Summit Onboarding Procedure}

% Optional subtitle
% \setDocSubtitle{A subtitle}

\author{%
Diego Tapia
Diego Tapia, Cristian Silva
}

\setDocRef{ITTN-045}
Expand All @@ -32,12 +33,14 @@
% \setDocCurator{The Curator of this Document}

\setDocAbstract{%
This ITTN was created to document the procedure of requesting access to the various IT services located at the summit.
This ITTN was created to document the procedure of requesting access to the various services located at the summit.

}

\setDocChangeRecord{%
\addtohist{1}{2021-04-12}{Unreleased.}{Cristian Silva}
\addtohist{2}{2021-05-01}{First Draft}{Diego Tapia}
\addtohist{3}{2021-05-27}{Second Draft}{Cristian Silva}
}


Expand All @@ -47,6 +50,7 @@
\maketitle
% Frequently for a technote we do not want a title page uncomment this to remove the title page and changelog.
% use \mkshorttitle to remove the extra pages
\include{intro}
\input{technical.tex}
% You can also use the \input command to include several content files.

Expand Down
9 changes: 9 additions & 0 deletions intro.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
\section{Introduction}

The access to servers and services of the summit are managed by several backends.

The access to servers (ssh) and VPN is controlled by the IPA backend. To request an IPA account please refer to the section \hyperref[sec:IPA]{Requesting an IPA Account}

The acccess to Nublado is controlled by a Github backend. To request Nublado access please refer to \hyperref[sec:Nublado]{Requesting Nublado Access}.

The access to Wifi is controlled by domain credentials. To request Domain Credentials please refert to \hyperref[sec:Domain]{Requesting Domain Credentials}.
26 changes: 22 additions & 4 deletions technical.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
\newpage

\section{How to request an IPA Account / VPN Access for Cerro Pachon Services}
\section{Requesting an IPA account}
\label{sec:IPA}

To request an IPA account, it is required for the user to create a Service Request ticket inside the IT User Support Dashboard.
Please check the example below.
Expand Down Expand Up @@ -54,4 +53,23 @@ \section{How to request an IPA Account / VPN Access for Cerro Pachon Services}
\vspace{10 mm}
IT User support will receive the request and will proceed with the account creation process. Once the account has been created and the services have been provisioned IT Support will be in contact with you via email to provide you with the account credentials and services you've been granted access too along with the website where you can change your temporary password.

IF you have any questions or concerns regarding the services provisioned please contact IT User Support at rubinobs-it-las@lsst.org
If you have any questions or concerns regarding the services provisioned please contact IT User Support at rubinobs-it-las@lsst.org

\section{Requesting Domain Credentials}
\label{sec:Domain}


\section{Requesting Nublado Access}
\label{sec:Nublado}

The access to Nublado is controlled by \href{https://github.com}{Github}, hence the user requesting access must have a Github account.

To request access open a DM ticket in Jira including:

\begin{itemize}
\item Name
\item Email
\item Github account
\end{itemize}

A member of the Square team will grant you access.

0 comments on commit 94769bc

Please sign in to comment.