Skip to content

Commit 1e24d3b

Browse files
committed
Fix path to NFV OpenvSwitch
1 parent 7692128 commit 1e24d3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/kayobe/pulp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ stackhpc_pulp_distribution_rpm_development:
527527
state: present
528528
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
529529
- name: "centos-stream-8-nfv-openvswitch-development"
530-
base_path: "centos/8-stream/nfv/x86_64/network-extras/development"
530+
base_path: "centos/8-stream/nfv/x86_64/openvswitch-2/development"
531531
repository: CentOS Stream 8 - NFV OpenvSwitch
532532
state: present
533533
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
@@ -649,7 +649,7 @@ stackhpc_pulp_distribution_rpm_production:
649649
state: present
650650
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"
651651
- name: "centos-stream-8-nfv-openvswitch-production"
652-
base_path: "centos/8-stream/nfv/x86_64/network-extras/production"
652+
base_path: "centos/8-stream/nfv/x86_64/openvswitch-2/production"
653653
repository: CentOS Stream 8 - NFV OpenvSwitch
654654
state: present
655655
required: "{{ stackhpc_pulp_sync_for_local_container_build | bool and stackhpc_pulp_sync_el_8 | bool }}"

0 commit comments

Comments
 (0)