Skip to content

Commit

Permalink
Remove kolla_build_customizations_rocky defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
assumptionsandg committed Sep 13, 2023
1 parent fe5d26e commit 166adf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 41 deletions.
3 changes: 3 additions & 0 deletions etc/kayobe/environments/ci-builder/stackhpc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ stackhpc_docker_registry_password: !vault |
# Username and password of the overcloud host image repository.
stackhpc_image_repository_username: "{{ stackhpc_docker_registry_username }}"
stackhpc_image_repository_password: "{{ stackhpc_docker_registry_password }}"

# SELinux set to permissive mode.
selinux_state: permissive
42 changes: 1 addition & 41 deletions etc/kayobe/kolla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,47 +277,7 @@ kolla_build_customizations_common:
ironic_inspector_pip_packages_append:
- /additions/*

kolla_build_customizations_rocky: # TODO: Check whether this is actually correct. It seems that it was previously being skipped for rocky
base_yum_repo_files_remove:
- proxysql.repo
neutron_base_packages_remove:
- openvswitch
- python3-openvswitch
neutron_base_packages_append:
- openvswitch2.17
- python3-openvswitch2.17
nova_base_packages_remove:
- openvswitch
- python3-openvswitch
nova_base_packages_append:
- openvswitch2.17
- python3-openvswitch2.17
nova_compute_packages_remove:
- openvswitch
nova_compute_packages_append:
- openvswitch2.17
octavia_base_packages_remove:
- openvswitch
- python3-openvswitch
octavia_base_packages_append:
- openvswitch2.17
- python3-openvswitch2.17
ovn_base_packages_override:
- ovn22.09
ovn_controller_packages_override:
- ovn22.09-host
ovn_nb_db_server_packages_override:
- ovn22.09-central
ovn_northd_packages_override:
- ovn22.09-central
ovn_sb_db_server_packages_override:
- ovn22.09-central
openvswitch_base_packages_remove:
- openvswitch
- python3-openvswitch
openvswitch_base_packages_append:
- openvswitch2.17
- python3-openvswitch2.17
kolla_build_customizations_rocky: {} # TODO: Check whether this is actually correct. It seems that it was previously being skipped for rocky

kolla_build_customizations_ubuntu: {}

Expand Down

0 comments on commit 166adf1

Please sign in to comment.