Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GÉANT Automation Platform
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
GÉANT Orchestration and Automation Team
GAP
GÉANT Automation Platform
Merge requests
!18
Feature/add dtap docs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/add dtap docs
feature/add-dtap-docs
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
9
Merged
Karel van Klink
requested to merge
feature/add-dtap-docs
into
develop
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
9
Expand
Add documentation to the DTAP section
0
0
Merge request reports
Compare
develop
version 1
b3fe0a35
1 year ago
develop (base)
and
latest version
latest version
b3fe0a35
1 commit,
1 year ago
version 1
b3fe0a35
4 commits,
1 year ago
9 files
+
91
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
docs/architecture/dtap/acceptance.md
+
18
−
1
Options
# Acceptance environment
TBA
Once GAP components have been tested successfully in the test environment, they
are advanced to the UAT environment. In this environment, stakeholders from
other teams such as Network Engineering and Operations are able to perform their
own tests on the system.
In the UAT environment, only full releases are deployed. This means that
development builds are not included in this environment. Devices targeted by GAP
are physical routers in the lab, to increase accuracy of integration testing.
The UAT environment has been designed to mimic the ultimate production
environment as close as possible. To achieve this, all VMs are managed in the
same manner using Puppet, and external resources are configured identically. The
external service database is hosted on a distributed Postgres cluster, which is
provided by the DevOps team. The Redis instance is also a cluster, which again
comes from the DevOps team.
Once testing has been completed, components are ready to move to the production
environment.
Loading