summaryrefslogtreecommitdiffstats
path: root/jjb/multisite/multisite-daily-jobs.yml
blob: 47cb8b96a6e71e5cba31fa11a0afd88be964f961 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
- project:
    name: kingbird

    project: 'multisite'

    jobs:
        - 'multisite-kingbird-virtual-daily-{stream}'
        - 'multisite-{phase}-{stream}'

    phase:
        - 'fuel-deploy-regionone-virtual'
        - 'fuel-deploy-regiontwo-virtual'
        - 'register-endpoints'
        - 'update-auth'
        - 'kingbird-deploy-virtual'
        - 'kingbird-functest'

    stream:
        - master:
            branch: '{stream}'
            gs-pathname: ''
            disabled: false
            timed: '#@midnight'

- job-template:
    name: 'multisite-kingbird-virtual-daily-{stream}'

    project-type: multijob

    disabled: '{obj:disabled}'

    concurrent: false

    parameters:
        - project-parameter:
            project: '{project}'
        - string:
            name: KINGBIRD_LOG_FILE
            default: $WORKSPACE/kingbird.log
        - 'multisite-virtual-defaults'
        - string:
            name: DEPLOY_SCENARIO
            default: 'os-nosdn-multisite-noha'

    triggers:
         - timed: '{timed}'

    builders:
        - description-setter:
            description: "Built on $NODE_NAME"
        - multijob:
            name: fuel-deploy-virtual
            condition: SUCCESSFUL
            projects:
                - name: 'multisite-fuel-deploy-regionone-virtual-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    FUEL_VERSION=latest
                    DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                    OS_REGION=RegionOne
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual2
                  kill-phase-on: FAILURE
                  abort-all-job: true
                - name: 'multisite-fuel-deploy-regiontwo-virtual-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    FUEL_VERSION=latest
                    DEPLOY_SCENARIO=$DEPLOY_SCENARIO
                    OS_REGION=RegionTwo
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual6
                  kill-phase-on: FAILURE
                  abort-all-job: true
        - multijob:
            name: centralize-keystone
            condition: SUCCESSFUL
            projects:
                - name: 'multisite-register-endpoints-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    OS_REGION=RegionOne
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual2
                  kill-phase-on: FAILURE
                  abort-all-job: true
                - name: 'multisite-update-auth-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    OS_REGION=RegionTwo
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual6
                  kill-phase-on: FAILURE
                  abort-all-job: true
        - multijob:
            name: kingbird-deploy-virtual
            condition: SUCCESSFUL
            projects:
                - name: 'multisite-kingbird-deploy-virtual-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    OS_REGION=RegionOne
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual2
                  kill-phase-on: FAILURE
                  abort-all-job: true
        - multijob:
            name: kingbird-functest
            condition: SUCCESSFUL
            projects:
                - name: 'multisite-kingbird-functest-{stream}'
                  current-parameters: false
                  predefined-parameters: |
                    OS_REGION=RegionOne
                    REGIONONE_IP=10.2.117.79
                    REGIONTWO_IP=10.2.117.181
                  node-parameters: false
                  node-label: intel-virtual2
                  kill-phase-on: NEVER
                  abort-all-job: false

- job-template:
    name: 'multisite-{phase}-{stream}'

    concurrent: false

    builders:
        - description-setter:
            description: "Built on $NODE_NAME"
        - 'multisite-{phase}-builder':
            stream: '{stream}'

    publishers:
        - 'multisite-{phase}-publisher'

########################
# builder macros
########################
- builder:
    name: 'multisite-fuel-deploy-regionone-virtual-builder'
    builders:
        - shell: |
            #!/bin/bash

            echo "This is where we deploy fuel, extract passwords and save into file"
- builder:
    name: 'multisite-fuel-deploy-regiontwo-virtual-builder'
    builders:
        - shell: |
            #!/bin/bash

            echo "This is where we deploy fuel, extract publicUrl, privateUrl, and adminUrl and save into file"
- builder:
    name: 'multisite-register-endpoints-builder'
    builders:
        - copyartifact:
            project: 'multisite-fuel-deploy-regiontwo-virtual-{stream}'
            which-build: multijob-build
            filter: "RegionTwo-Endpoints.txt"
        - shell: |
            #!/bin/bash

            echo "This is where we register RegionTwo in RegionOne keystone"
- builder:
    name: 'multisite-update-auth-builder'
    builders:
        - copyartifact:
            project: 'multisite-fuel-deploy-regionone-virtual-{stream}'
            which-build: multijob-build
            filter: "RegionOne-Passwords.txt"
        - shell: |
            #!/bin/bash

            echo "This is where we read passwords from RegionOne-passwords.txt and replace passwords in RegionTwo"
- builder:
    name: 'multisite-kingbird-deploy-virtual-builder'
    builders:
        - shell: |
            #!/bin/bash

            echo "This is where we install kingbird"
- builder:
    name: 'multisite-kingbird-functest-builder'
    builders:
        - shell: |
            #!/bin/bash

            echo "This is where we run kingbird-functest"
########################
# publisher macros
########################
- publisher:
    name: 'multisite-fuel-deploy-regionone-virtual-publisher'
    publishers:
        - archive:
            artifacts: 'RegionOne-Passwords.txt'
            allow-empty: false
            only-if-success: true
            fingerprint: true
- publisher:
    name: 'multisite-fuel-deploy-regiontwo-virtual-publisher'
    publishers:
        - archive:
            artifacts: 'RegionTwo-Endpoints.txt'
            allow-empty: false
            only-if-success: true
            fingerprint: true
- publisher:
    name: 'multisite-register-endpoints-publisher'
    publishers:
        - archive:
            artifacts: 'dummy.txt'
            allow-empty: true
- publisher:
    name: 'multisite-update-auth-publisher'
    publishers:
        - archive:
            artifacts: 'dummy.txt'
            allow-empty: true
- publisher:
    name: 'multisite-kingbird-deploy-virtual-publisher'
    publishers:
        - archive:
            artifacts: 'dummy.txt'
            allow-empty: true
- publisher:
    name: 'multisite-kingbird-functest-publisher'
    publishers:
        - archive:
            artifacts: 'dummy.txt'
            allow-empty: true