@@ -208,7 +208,18 @@ stackhpc_pulp_repo_rocky_9_highavailability_version: "{{ lookup('vars', 'stackhp
208
208
stackhpc_pulp_sync_el_9 : " {{ stackhpc_pulp_sync_rocky_9 | bool }}"
209
209
210
210
stackhpc_pulp_repository_rpm_repos :
211
- # RabbitMQ repositories - version 8/9 agnositic
211
+ # Grafana and RabbitMQ repositories - version 8/9 agnositic
212
+ - name : Grafana
213
+ url : " {{ stackhpc_release_pulp_content_url }}/grafana/oss/rpm/{{ stackhpc_pulp_repo_grafana_version }}"
214
+ remote_username : " {{ stackhpc_release_pulp_username }}"
215
+ remote_password : " {{ stackhpc_release_pulp_password }}"
216
+ client_cert : " "
217
+ client_key : " "
218
+ policy : on_demand
219
+ proxy_url : " {{ pulp_proxy_url }}"
220
+ sync_policy : mirror_complete
221
+ state : present
222
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
212
223
- name : RabbitMQ - Erlang
213
224
url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/erlang/el/8/x86_64/{{ stackhpc_pulp_repo_rabbitmq_erlang_version }}"
214
225
remote_username : " {{ stackhpc_release_pulp_username }}"
@@ -220,7 +231,6 @@ stackhpc_pulp_repository_rpm_repos:
220
231
sync_policy : mirror_complete
221
232
state : present
222
233
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
223
-
224
234
- name : RabbitMQ - Server
225
235
url : " {{ stackhpc_release_pulp_content_url }}/rabbitmq/rabbitmq-server/el/8/x86_64/{{ stackhpc_pulp_repo_rabbitmq_server_version }}"
226
236
remote_username : " {{ stackhpc_release_pulp_username }}"
@@ -336,7 +346,7 @@ stackhpc_pulp_repository_rpm_repos:
336
346
proxy_url : " {{ pulp_proxy_url }}"
337
347
sync_policy : mirror_complete
338
348
state : present
339
- required : " {{ stackhpc_pulp_sync_el_9 }}"
349
+ required : " {{ stackhpc_pulp_sync_el_9 | bool }}"
340
350
341
351
# Additional RHEL 9 repositories
342
352
- name : TreasureData 4 for RHEL 9
@@ -366,17 +376,17 @@ stackhpc_pulp_repository_rpm_repos:
366
376
sync_policy : mirror_complete
367
377
state : present
368
378
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
369
- - name : OpenSearch for RHEL 9
370
- url : " {{ stackhpc_release_pulp_content_url }}/pulp/content/ opensearch/2.x/yum/{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
379
+ - name : OpenSearch 2.x
380
+ url : " {{ stackhpc_release_pulp_content_url }}/opensearch/2.x/yum/{{ stackhpc_pulp_repo_opensearch_2_x_version }}"
371
381
remote_username : " {{ stackhpc_release_pulp_username }}"
372
382
remote_password : " {{ stackhpc_release_pulp_password }}"
373
383
policy : on_demand
374
384
proxy_url : " {{ pulp_proxy_url }}"
375
385
sync_policy : mirror_complete
376
386
state : present
377
387
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
378
- - name : OpenSearch Dashboards for RHEL 9
379
- url : " {{ stackhpc_release_pulp_content_url }}/pulp/content/ opensearch-dashboards/2.x/yum/{{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
388
+ - name : OpenSearch Dashboards 2.x
389
+ url : " {{ stackhpc_release_pulp_content_url }}/opensearch-dashboards/2.x/yum/{{ stackhpc_pulp_repo_opensearch_dashboards_2_x_version }}"
380
390
remote_username : " {{ stackhpc_release_pulp_username }}"
381
391
remote_password : " {{ stackhpc_release_pulp_password }}"
382
392
policy : on_demand
@@ -394,17 +404,22 @@ stackhpc_pulp_publication_rpm_development: "{{ stackhpc_pulp_distribution_rpm_de
394
404
395
405
# Development tracks the release repositories.
396
406
stackhpc_pulp_distribution_rpm_development :
397
- # RabbitMQ repositories - version 8/9 agnositic
407
+ # Grafana and RabbitMQ repositories - version 8/9 agnositic
408
+ - name : " grafana-development"
409
+ base_path : " grafana/oss/rpm/development"
410
+ repository : Grafana
411
+ state : present
412
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
398
413
- name : " rabbitmq-erlang-development"
399
414
base_path : " rabbitmq/erlang/el/8/x86_64/development"
400
415
repository : RabbitMQ - Erlang
401
416
state : present
402
- required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
417
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
403
418
- name : " rabbitmq-server-development"
404
419
base_path : " rabbitmq/rabbitmq-server/el/8/x86_64/development"
405
420
repository : RabbitMQ - Server
406
421
state : present
407
- required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
422
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
408
423
409
424
# Base Rocky Linux 9 repositories
410
425
- name : " rocky-9-appstream-development"
@@ -483,29 +498,34 @@ stackhpc_pulp_distribution_rpm_development:
483
498
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
484
499
- name : " opensearch-2-x-development"
485
500
base_path : " opensearch/2.x/yum/development"
486
- repository : OpenSearch for RHEL 9
501
+ repository : OpenSearch 2.x
487
502
state : present
488
503
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
489
504
- name : " opensearch-dashboards-2-x-development"
490
505
base_path : " opensearch-dashboards/2.x/yum/development"
491
- repository : OpenSearch for RHEL 9
506
+ repository : OpenSearch Dashboards 2.x
492
507
state : present
493
508
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
494
509
495
510
496
511
# Development gets promoted to production.
497
512
stackhpc_pulp_distribution_rpm_production :
498
- # RabbitMQ repositories - version 8/9 agnositic
513
+ # Grafana and RabbitMQ repositories - version 8/9 agnositic
514
+ - name : " grafana-production"
515
+ base_path : " grafana/oss/rpm/production"
516
+ repository : Grafana
517
+ state : present
518
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
499
519
- name : " rabbitmq-erlang-production"
500
520
base_path : " rabbitmq/erlang/el/8/x86_64/production"
501
521
repository : RabbitMQ - Erlang
502
522
state : present
503
- required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool ) }}"
523
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
504
524
- name : " rabbitmq-server-production"
505
525
base_path : " rabbitmq/rabbitmq-server/el/8/x86_64/production"
506
526
repository : RabbitMQ - Server
507
527
state : present
508
- required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool ) }}"
528
+ required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
509
529
510
530
# Base Rocky Linux 9 repositories
511
531
- name : " rocky-9-appstream-production"
@@ -584,12 +604,12 @@ stackhpc_pulp_distribution_rpm_production:
584
604
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
585
605
- name : " opensearch-2-x-production"
586
606
base_path : " opensearch/2.x/yum/production"
587
- repository : OpenSearch for RHEL 9
607
+ repository : OpenSearch 2.x
588
608
state : present
589
609
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
590
610
- name : " opensearch-dashboards-2-x-production"
591
611
base_path : " opensearch-dashboards/2.x/yum/production"
592
- repository : OpenSearch for RHEL 9
612
+ repository : OpenSearch Dashboards 2.x
593
613
state : present
594
614
required : " {{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_9 | bool }}"
595
615
0 commit comments