Comment 17 for bug 1928353

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ansible-playbooks (master)

Reviewed: https://review.opendev.org/c/starlingx/ansible-playbooks/+/791295
Committed: https://opendev.org/starlingx/ansible-playbooks/commit/ac0c5d51a8708c8c056a736ff11ce1a0b1550c4f
Submitter: "Zuul (22348)"
Branch: master

commit ac0c5d51a8708c8c056a736ff11ce1a0b1550c4f
Author: Dan Voiculeasa <email address hidden>
Date: Thu May 13 19:53:41 2021 +0300

    Create the pod_max_pids service parameter

    This adds a default entry to service parameters.

    Create the default entry taking into consideration the most hungry of
    the optional StarlingX apps. The user is free to modify the value as
    desired, using 'system service-parameter-modify'.

    Same can be created by the user using 'system service-parameter-add',
    but this helps the user by being transparent in service-parameter-list.

    If this service parameter was missing an entry, then no hieradata
    variable would have been generated, so puppet would have used
    a predefined value.

    Partial-Bug: 1928353
    Depends-On: I74fcf2bd405c2a3811a4f27a55b28c0d001430e1
    Signed-off-by: Dan Voiculeasa <email address hidden>
    Change-Id: I707ddc4ca67595fbf809c6ffc15ecd4fb21f4661