|
232 | 232 | ip: 172.20.0.102
|
233 | 233 | config_nm: false
|
234 | 234 |
|
| 235 | + |
| 236 | +- job: |
| 237 | + name: podified-multinode-hci-deployment-crc-3comp-crc-cloud |
| 238 | + parent: podified-multinode-edpm-deployment-crc-cloud |
| 239 | + nodeset: centos-9-medium-3x-centos-9-crc-cloud-ocp-4-18-1-xxl |
| 240 | + vars: |
| 241 | + cifmw_edpm_deploy_hci: true |
| 242 | + crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" |
| 243 | + crc_ci_bootstrap_networking: |
| 244 | + networks: |
| 245 | + default: |
| 246 | + mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}" |
| 247 | + router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}" |
| 248 | + range: 192.168.122.0/24 |
| 249 | + internal-api: |
| 250 | + vlan: 20 |
| 251 | + range: 172.17.0.0/24 |
| 252 | + storage: |
| 253 | + vlan: 21 |
| 254 | + range: 172.18.0.0/24 |
| 255 | + tenant: |
| 256 | + vlan: 22 |
| 257 | + range: 172.19.0.0/24 |
| 258 | + storage-mgmt: |
| 259 | + vlan: 23 |
| 260 | + range: 172.20.0.0/24 |
| 261 | + instances: |
| 262 | + controller: |
| 263 | + networks: |
| 264 | + default: |
| 265 | + ip: 192.168.122.11 |
| 266 | + crc: |
| 267 | + networks: |
| 268 | + default: |
| 269 | + ip: 192.168.122.10 |
| 270 | + internal-api: |
| 271 | + ip: 172.17.0.5 |
| 272 | + storage: |
| 273 | + ip: 172.18.0.5 |
| 274 | + tenant: |
| 275 | + ip: 172.19.0.5 |
| 276 | + storage-mgmt: |
| 277 | + ip: 172.20.0.5 |
| 278 | + compute-0: |
| 279 | + networks: |
| 280 | + default: |
| 281 | + ip: 192.168.122.100 |
| 282 | + internal-api: |
| 283 | + ip: 172.17.0.100 |
| 284 | + config_nm: false |
| 285 | + storage: |
| 286 | + ip: 172.18.0.100 |
| 287 | + config_nm: false |
| 288 | + tenant: |
| 289 | + ip: 172.19.0.100 |
| 290 | + config_nm: false |
| 291 | + storage-mgmt: |
| 292 | + ip: 172.20.0.100 |
| 293 | + config_nm: false |
| 294 | + compute-1: |
| 295 | + networks: |
| 296 | + default: |
| 297 | + ip: 192.168.122.101 |
| 298 | + internal-api: |
| 299 | + ip: 172.17.0.101 |
| 300 | + config_nm: false |
| 301 | + storage: |
| 302 | + ip: 172.18.0.101 |
| 303 | + config_nm: false |
| 304 | + tenant: |
| 305 | + ip: 172.19.0.101 |
| 306 | + config_nm: false |
| 307 | + storage-mgmt: |
| 308 | + ip: 172.20.0.101 |
| 309 | + config_nm: false |
| 310 | + compute-2: |
| 311 | + networks: |
| 312 | + default: |
| 313 | + ip: 192.168.122.102 |
| 314 | + internal-api: |
| 315 | + ip: 172.17.0.102 |
| 316 | + config_nm: false |
| 317 | + storage: |
| 318 | + ip: 172.18.0.102 |
| 319 | + config_nm: false |
| 320 | + tenant: |
| 321 | + ip: 172.19.0.102 |
| 322 | + config_nm: false |
| 323 | + storage-mgmt: |
| 324 | + ip: 172.20.0.102 |
| 325 | + config_nm: false |
| 326 | + |
235 | 327 | - job:
|
236 | 328 | name: podified-multinode-hci-deployment-crc-1comp
|
237 | 329 | parent: podified-multinode-edpm-deployment-crc
|
238 |
| - nodeset: centos-9-medium-centos-9-crc-extracted-2-39-0-3xl |
| 330 | + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-18-1-3xl |
239 | 331 | vars:
|
240 | 332 | cifmw_edpm_deploy_hci: true
|
241 | 333 | cifmw_cephadm_single_host_defaults: true
|
|
313 | 405 | - job:
|
314 | 406 | name: podified-multinode-edpm-deployment-crc
|
315 | 407 | parent: cifmw-podified-multinode-edpm-base-crc
|
| 408 | + timeout: 10800 |
| 409 | + attempts: 1 |
| 410 | + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-18-1-3xl |
316 | 411 | vars:
|
317 | 412 | cifmw_extras:
|
318 | 413 | - '@scenarios/centos-9/multinode-ci.yml'
|
319 | 414 | - '@scenarios/centos-9/horizon.yml'
|
| 415 | + crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" |
| 416 | + crc_ci_bootstrap_networking: |
| 417 | + networks: |
| 418 | + default: |
| 419 | + mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}" |
| 420 | + router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}" |
| 421 | + range: 192.168.122.0/24 |
| 422 | + internal-api: |
| 423 | + vlan: 20 |
| 424 | + range: 172.17.0.0/24 |
| 425 | + storage: |
| 426 | + vlan: 21 |
| 427 | + range: 172.18.0.0/24 |
| 428 | + tenant: |
| 429 | + vlan: 22 |
| 430 | + range: 172.19.0.0/24 |
| 431 | + instances: |
| 432 | + controller: |
| 433 | + networks: |
| 434 | + default: |
| 435 | + ip: 192.168.122.11 |
| 436 | + crc: |
| 437 | + networks: |
| 438 | + default: |
| 439 | + ip: 192.168.122.10 |
| 440 | + internal-api: |
| 441 | + ip: 172.17.0.5 |
| 442 | + storage: |
| 443 | + ip: 172.18.0.5 |
| 444 | + tenant: |
| 445 | + ip: 172.19.0.5 |
| 446 | + compute-0: |
| 447 | + networks: |
| 448 | + default: |
| 449 | + ip: 192.168.122.100 |
| 450 | + internal-api: |
| 451 | + ip: 172.17.0.100 |
| 452 | + config_nm: false |
| 453 | + storage: |
| 454 | + ip: 172.18.0.100 |
| 455 | + config_nm: false |
| 456 | + tenant: |
| 457 | + ip: 172.19.0.100 |
| 458 | + config_nm: false |
| 459 | + compute-1: |
| 460 | + networks: |
| 461 | + default: |
| 462 | + ip: 192.168.122.101 |
| 463 | + internal-api: |
| 464 | + ip: 172.17.0.101 |
| 465 | + config_nm: false |
| 466 | + storage: |
| 467 | + ip: 172.18.0.101 |
| 468 | + config_nm: false |
| 469 | + tenant: |
| 470 | + ip: 172.19.0.101 |
| 471 | + config_nm: false |
| 472 | + run: |
| 473 | + - ci/playbooks/edpm/run.yml |
| 474 | + |
| 475 | +- job: |
| 476 | + name: podified-multinode-edpm-deployment-crc-cloud |
| 477 | + parent: base-crc-cloud |
| 478 | + timeout: 10800 |
| 479 | + attempts: 1 |
| 480 | + nodeset: centos-9-medium-centos-9-crc-cloud-ocp-4-18-1-3xl |
| 481 | + vars: |
| 482 | + cifmw_extras: |
| 483 | + - '@scenarios/centos-9/multinode-ci.yml' |
| 484 | + - '@scenarios/centos-9/horizon.yml' |
| 485 | + crc_ci_bootstrap_cloud_name: "{{ nodepool.cloud | replace('-nodepool-tripleo','') }}" |
| 486 | + crc_ci_bootstrap_networking: |
| 487 | + networks: |
| 488 | + default: |
| 489 | + mtu: "{{ ('ibm' in nodepool.cloud) | ternary('1440', '1500') }}" |
| 490 | + router_net: "{{ ('ibm' in nodepool.cloud) | ternary('hostonly', 'public') }}" |
| 491 | + range: 192.168.122.0/24 |
| 492 | + internal-api: |
| 493 | + vlan: 20 |
| 494 | + range: 172.17.0.0/24 |
| 495 | + storage: |
| 496 | + vlan: 21 |
| 497 | + range: 172.18.0.0/24 |
| 498 | + tenant: |
| 499 | + vlan: 22 |
| 500 | + range: 172.19.0.0/24 |
| 501 | + instances: |
| 502 | + controller: |
| 503 | + networks: |
| 504 | + default: |
| 505 | + ip: 192.168.122.11 |
| 506 | + crc: |
| 507 | + networks: |
| 508 | + default: |
| 509 | + ip: 192.168.122.10 |
| 510 | + internal-api: |
| 511 | + ip: 172.17.0.5 |
| 512 | + storage: |
| 513 | + ip: 172.18.0.5 |
| 514 | + tenant: |
| 515 | + ip: 172.19.0.5 |
| 516 | + compute-0: |
| 517 | + networks: |
| 518 | + default: |
| 519 | + ip: 192.168.122.100 |
| 520 | + internal-api: |
| 521 | + ip: 172.17.0.100 |
| 522 | + config_nm: false |
| 523 | + storage: |
| 524 | + ip: 172.18.0.100 |
| 525 | + config_nm: false |
| 526 | + tenant: |
| 527 | + ip: 172.19.0.100 |
| 528 | + config_nm: false |
| 529 | + compute-1: |
| 530 | + networks: |
| 531 | + default: |
| 532 | + ip: 192.168.122.101 |
| 533 | + internal-api: |
| 534 | + ip: 172.17.0.101 |
| 535 | + config_nm: false |
| 536 | + storage: |
| 537 | + ip: 172.18.0.101 |
| 538 | + config_nm: false |
| 539 | + tenant: |
| 540 | + ip: 172.19.0.101 |
| 541 | + config_nm: false |
320 | 542 | run:
|
321 | 543 | - ci/playbooks/edpm/run.yml
|
322 | 544 |
|
|
332 | 554 | - ci/playbooks/edpm/run.yml
|
333 | 555 | - ci/playbooks/edpm/update.yml
|
334 | 556 |
|
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
335 | 561 | - job:
|
336 | 562 | name: podified-multinode-hci-deployment-crc
|
337 |
| - parent: podified-multinode-hci-deployment-crc-3comp |
| 563 | + parent: podified-multinode-hci-deployment-crc-3comp-crc-cloud |
338 | 564 | vars:
|
339 | 565 | cifmw_extras:
|
340 | 566 | - '@scenarios/centos-9/multinode-ci.yml'
|
|
0 commit comments