aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab/issue_templates/mytemplate.md
AgeCommit message (Collapse)AuthorFilesLines
2024-02-13Add gitlab issue/merge request templatesHEADtrout_19.90.0trout/19.90.0salmon_18.90.0salmon/18.90.0ricefish_17.90.0ricefish/17.90.019.90.018.90.017.90.0masterJan-Simon Moeller1-0/+3
Add template files for gitlab Bug-AGL: SPEC-4474 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I283952725dce4a65e3ac557a802f08d79156bf86
.highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Requirements

Before you can build your application using XDS, you need to be
sure you have satisfied the requirements described in this section.

- The Client Part (i.e.`xds-agent`) is running locally on your machine.
  For information about `xds-agent` and how to install it, see the
  "[Client Part](client-part.html)" section. 

- The Server Part (i.e. `xds-server`) is running locally in a docker container
  or is accessible on your network
  For information about `xds-server` and how to install it, see the
  "[Server Part](server-part)" section.

- one or more Software Development Kits (SDKs) are installed.
  For information on installing an SDK, see the
  "[AGL SDKs](install-sdk.html)" or
  "[Download or Build Your SDK Installer](../../../../getting_started/reference/getting-started/app-workflow-sdk.html)"
  sections.

- Your XDS configuration is correct.
  You can test this connection between the `xds-agent` and `xds-server`
  by opening the XDS Dashboard in a Web Browser and confirming
  no error messages.
  See the
  "[Check if xds-server is Running](server-part.html#check-if-xds-server-is-running)"
  section.