summaryrefslogtreecommitdiffstats
path: root/build/instackenv.json.example
blob: 370ff2022f7074585f8dc074eab889c45dc89304 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "nodes": [
    {
      "cpu": "24",
      "memory": "64220",
      "disk": "40",
      "arch": "x86_64",
      "mac": [
        "b8:ca:3a:63:8b:58"
      ],
      "pm_type": "pxe_ipmitool",
      "pm_addr": "10.1.8.70",
      "pm_user": "root",
      "pm_password": "password",
      "capabilities": "profile:control"
    },
    {
      "cpu": "24",
      "memory": "64220",
      "disk": "40",
      "arch": "x86_64",
      "mac": [
        "b8:ca:3a:63:87:88"
      ],
      "pm_type": "pxe_ipmitool",
      "pm_addr": "10.1.8.73",
      "pm_user": "root",
      "pm_password": "password",
      "capabilities": "profile:control"
    },
    {
      "cpu": "24",
      "memory": "64220",
      "disk": "40",
      "arch": "x86_64",
      "mac": [
        "b8:ca:3a:63:87:10"
      ],
      "pm_type": "pxe_ipmitool",
      "pm_addr": "10.1.8.74",
      "pm_user": "root",
      "pm_password": "password",
      "capabilities": "profile:control"
    },
    {
      "cpu": "24",
      "memory": "64220",
      "disk": "40",
      "arch": "x86_64",
      "mac": [
        "B8:CA:3A:63:87:48"
      ],
      "pm_type": "pxe_ipmitool",
      "pm_addr": "10.1.8.76",
      "pm_user": "root",
      "pm_password": "password",
      "capabilities": "profile:compute"
    },
    {
      "cpu": "24",
      "memory": "64220",
      "disk": "40",
      "arch": "x86_64",
      "mac": [
        "B8:CA:3A:63:8B:18"
      ],
      "pm_type": "pxe_ipmitool",
      "pm_addr": "10.1.8.78",
      "pm_user": "root",
      "pm_password": "password",
      "capabilities": "profile:compute"
    }
  ]
}
an class="l l-Scalar l-Scalar-Plain">fuel scenario: os-odl_l2-nofeature-ha <<: *master - zte-pod3: installer: fuel scenario: os-nosdn-kvm-ha <<: *master - zte-pod1: installer: fuel scenario: os-odl_l2-nofeature-ha <<: *danube - zte-pod3: installer: fuel scenario: os-nosdn-nofeature-ha <<: *danube - zte-pod3: installer: fuel scenario: os-nosdn-kvm-ha <<: *danube #-------------------------------- # JOB LIST #-------------------------------- jobs: - 'qtip-{scenario}-{pod}-daily-{stream}' ################################ # job templates ################################ - job-template: name: 'qtip-{scenario}-{pod}-daily-{stream}' disabled: false parameters: - project-parameter: project: '{project}' branch: '{branch}' - '{installer}-defaults' - '{pod}-defaults' - string: name: DEPLOY_SCENARIO default: '{scenario}' - string: name: DOCKER_TAG default: '{docker-tag}' description: 'Tag to pull docker image' - string: name: CI_DEBUG default: 'false' description: "Show debug output information" scm: - git-scm triggers: - 'qtip-{scenario}-{pod}-daily-{stream}-trigger' builders: - description-setter: description: "POD: $NODE_NAME" - qtip-validate-deploy publishers: - qtip-common-publishers ################ # MARCOS ################ #--------- # builder #--------- - builder: name: qtip-validate-deploy builders: - shell: !include-raw: ./helpers/cleanup-deploy.sh - shell: !include-raw: ./helpers/validate-deploy.sh #----------- # parameter #----------- #----------- # publisher #----------- - publisher: name: qtip-common-publishers publishers: - email: recipients: wu.zhihui1@zte.com.cn, zhang.yujunz@zte.com.cn #--------- # trigger #--------- - trigger: name: 'qtip-os-odl_l2-nofeature-ha-zte-pod1-daily-master-trigger' triggers: - timed: '0 15 * * *' - trigger: name: 'qtip-os-nosdn-kvm-ha-zte-pod3-daily-master-trigger' triggers: - timed: '0 15 * * *' - trigger: name: 'qtip-os-odl_l2-nofeature-ha-zte-pod1-daily-danube-trigger' triggers: - timed: '0 7 * * *' - trigger: name: 'qtip-os-nosdn-kvm-ha-zte-pod3-daily-danube-trigger' triggers: - timed: '0 7 * * *' - trigger: name: 'qtip-os-nosdn-nofeature-ha-zte-pod3-daily-danube-trigger' triggers: - timed: '30 0 * * *'