aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: ad806b38086618ea7a13f343f86c65fcf192b773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
##############################################################################
# Copyright (c) 2015 Ericsson AB and others.
# jonas.bjurel@ericsson.com
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################

Configuration repository structure
----------------------------------
The OPNFV CI deployment engine relies on the configuration directory/file
structure as described below.
This sructure is provided by a secure official OPNFV secured one to which only
jenkins and andmins have access to.
The reason that this configuration structure needs to be secure/hidden
is that there are security sensitive information in the various configuration
files.
The structure provides separation of concerns between configuration provided
by the installer projects, the collaboration/feature/plugin providers/projects.
the CI/CD owners (Releng/Functest) and the lab owners (Pharos).

Following configuration directory and file structure should be adheared to:

TOP
!
+--- labs
      !
      +---- lab-name-1
      !        !
      !        +---- pod-name-1
      !        !        !
      !        !        +---- fuel
      !        !               !
      !        !               +---- config
      !        !               !       !
      !        !                       +---- dea-pod-override.yaml
      !        !                       !
      !        !                       +---- dha.yaml
      !        !
      !        +---- pod-name-2
      !                 !
      !
      +---- lab-name-2
      !        !