aboutsummaryrefslogtreecommitdiffstats
path: root/labs
AgeCommit message (Collapse)AuthorFilesLines
2016-01-19Exclude the extra node from Ericsson Yardstick POD to make it Pharos compliantFatih Degirmenci1-5/+0
Change-Id: I119a9d55bc0edd76a4c4f702865e0527209d9f46 Signed-off-by: Fatih Degirmenci <fatih.degirmenci@ericsson.com> (cherry picked from commit e565c70af79df020a2175737ecfdbb0858fbe749)
2016-01-13Fixed DHA file for Intel virtual deploymentJonas Bjurel1-6/+6
Change-Id: I56ef6360fc41b9fee81365d2e4d9ecf8f1fe00a0 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com> (cherry picked from commit baeaf51c35a8e8b06fac1fe5aaff916db311fd1d)
2016-01-13Fixed controller disk-size on Ericsson virt environmentJonas Bjurel1-1/+1
Change-Id: I69a5abac607df4edb515640c124344f458e45251 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2016-01-12Added LAB/POD definitions for LF/POD2 and Ericsson/POD1Jonas Bjurel6-0/+630
Change-Id: Ic3813536818c0129026686bc9173427994393a4d Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com> (cherry picked from commit 7a91c5b4dc19fd7468faf1ef9869a0aea363cfab)
2016-01-08Proposal for common OPNFV CI/CD Configuration structureJonas Bjurel18-0/+1550
This patch provides a common configuration structure, providing separation of concern between: 1) Base installer configuration 2) Per Lab/POD specific configuration 3) Per installer feature/plugin configuration 4) Deployment scenario configuration. It is not yet aligned across installers - but provides a structure for future alignment. It relates to the implementation provided here: https://gerrit.opnfv.org/gerrit/#/c/3995/ Also see the README file VERIFIED READY TO MERGE JIRA: Change-Id: I852376ba4b500cc50cba6cb3c2634533fc6426a6 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
id='n196' href='#n196'>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 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423