Merge "Move hugetlbfs gid config to BootParams service"

This commit is contained in:
Zuul 2018-07-26 03:19:12 +00:00 committed by Gerrit Code Review
commit b5bb72987d
2 changed files with 7 additions and 1 deletions

View File

@ -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"

View File

@ -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