diff --git a/extraconfig/pre_network/boot-params-service.yaml b/extraconfig/pre_network/boot-params-service.yaml index b68e24b506..2f7aa93222 100644 --- a/extraconfig/pre_network/boot-params-service.yaml +++ b/extraconfig/pre_network/boot-params-service.yaml @@ -78,6 +78,12 @@ outputs: block: - import_tasks: ../boot_param_tasks.yaml + - name: Update gid for hugetlbfs to kolla's gid + group: + name: hugetlbfs + gid: 42477 + when: reboot_required is defined and reboot_required + # Reboot the node - name: Reboot after kernel args update shell: "sleep 2 && /sbin/shutdown -r now" diff --git a/extraconfig/pre_network/host_config_and_reboot.yaml b/extraconfig/pre_network/host_config_and_reboot.yaml index 9597e2b52e..06b138abf4 100644 --- a/extraconfig/pre_network/host_config_and_reboot.yaml +++ b/extraconfig/pre_network/host_config_and_reboot.yaml @@ -208,7 +208,7 @@ resources: gid: 42477 DpdkVhostGroupDeployment: - type: OS::Heat::SoftwareDeployment + type: OS::TripleO::Reboot::SoftwareDeployment condition: is_dpdk_config_required properties: name: DpdkVhostGroupDeployment