Undercloud Minion should be configured with same default tuning as Undercloud for heat & ironic

Bug #1947510 reported by Sandeep Yadav
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Triaged
Medium
Sandeep Yadav

Bug Description

Description:-

Undercloud Minion should be configured with the same default tuning as Undercloud for heat & ironic.

Comparision from Upstream job logs:-

Heat:-

https://logserver.rdoproject.org/openstack-periodic-integration-stable4/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-containers-undercloud-minion-train/8c5c3ed/logs/undercloud/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf.txt.gz

https://logserver.rdoproject.org/openstack-periodic-integration-stable4/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-containers-undercloud-minion-train/8c5c3ed/logs/subnode-1/var/lib/config-data/puppet-generated/heat/etc/heat/heat.conf.txt.gz

~~~
$ sdiff -s undercloud minion
reauthentication_auth_method=trusts | reauthentication_auth_method=
max_resources_per_stack=-1 | max_resources_per_stack=1000
max_nested_stack_depth=7 | max_nested_stack_depth=6
allowed_origin=* <
limit_iterators=10000 | limit_iterators=1000
memory_quota=200000 | memory_quota=100000
~~~

Ironic:-

https://logserver.rdoproject.org/openstack-periodic-integration-stable4/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-containers-undercloud-minion-train/8c5c3ed/logs/undercloud/var/lib/config-data/puppet-generated/ironic/etc/ironic/ironic.conf.txt.gz

https://logserver.rdoproject.org/openstack-periodic-integration-stable4/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-8-containers-undercloud-minion-train/8c5c3ed/logs/subnode-1/var/lib/config-data/puppet-generated/ironic/etc/ironic/ironic.conf.txt.gz

~~~
[sandeepyadav@localhost tmp]$ sdiff -s ironic.conf.undercloud ironic.conf.minion
default_resource_class=baremetal <
enabled_bios_interfaces=no-bios,ilo,redfish | enabled_bios_interfaces=no-bios
enabled_boot_interfaces=ipxe,pxe,ilo-pxe | enabled_boot_interfaces=pxe,ilo-pxe
enabled_inspect_interfaces=inspector,no-inspect,redfish,idrac | enabled_inspect_interfaces=inspector,no-inspect
enabled_management_interfaces=ipmitool,redfish,idrac,ilo,fake | enabled_management_interfaces=ipmitool,redfish,idrac,ilo
enabled_power_interfaces=ipmitool,redfish,idrac,ilo,fake | enabled_power_interfaces=ipmitool,redfish,idrac,ilo
enabled_raid_interfaces=no-raid,idrac | enabled_raid_interfaces=no-raid
automated_clean=False | automated_clean=True
allowed_origin=* <
expose_headers=Content-Type,Cache-Control,Content-Language,Ex <
max_age=3600 <
allow_methods=GET,POST,PUT,DELETE,OPTIONS,PATCH <
allow_headers=Content-Type,Cache-Control,Content-Language,Exp <
image_convert_memory_limit=2048 <
~~~

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-heat-templates (stable/victoria)

Fix proposed to branch: stable/victoria
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/814322

Changed in tripleo:
assignee: nobody → Sandeep Yadav (sandeepyadav93)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/victoria)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/814322
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/72e0b6b78c3ccadb6d460666afd74dd371d8fc7a
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 72e0b6b78c3ccadb6d460666afd74dd371d8fc7a
Author: Sandeep Yadav <email address hidden>
Date: Sun Oct 17 23:15:23 2021 +0530

    [victoria/ussuri/train] Tune minion defaults

    Undercloud Minion should be configured with the same default tuning as
    Undercloud[1] for heat & ironic.

    We have dropped minion environment files for wallaby+, Updating minion
    setting for t/u/v.

    Also, add minion job in zuul layout, As this isn't covered by the
    zuul project templates. In tripleo-ansible repo also minion job is
    also explicility mentioned[2]

    [1] https://github.com/openstack/tripleo-heat-templates/blob/stable/victoria/environments/undercloud.yaml#L96-L137
    [2] https://github.com/openstack/tripleo-ansible/blob/stable/victoria/zuul.d/layout.yaml#L25-L45

    Related-Bug: #1947510
    Change-Id: I580cddf94a8da20081700c46526b21a8beb38210

tags: added: in-stable-victoria
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-heat-templates (stable/ussuri)

Related fix proposed to branch: stable/ussuri
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/815431

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to tripleo-heat-templates (stable/train)

Related fix proposed to branch: stable/train
Review: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/815447

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/ussuri)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/815431
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/06fa3edaeb7c001739af7af4b6e07b526bcbfa58
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit 06fa3edaeb7c001739af7af4b6e07b526bcbfa58
Author: Sandeep Yadav <email address hidden>
Date: Sun Oct 17 23:15:23 2021 +0530

    [victoria/ussuri/train] Tune minion defaults

    Undercloud Minion should be configured with the same default tuning as
    Undercloud[1] for heat & ironic.

    We have dropped minion environment files for wallaby+, Updating minion
    setting for t/u/v.

    Also, add minion job in zuul layout, As this isn't covered by the
    zuul project templates. In tripleo-ansible repo also minion job is
    also explicility mentioned[2]

    [1] https://github.com/openstack/tripleo-heat-templates/blob/stable/victoria/environments/undercloud.yaml#L96-L137
    [2] https://github.com/openstack/tripleo-ansible/blob/stable/victoria/zuul.d/layout.yaml#L25-L45

    Related-Bug: #1947510
    Change-Id: I580cddf94a8da20081700c46526b21a8beb38210
    (cherry picked from commit 72e0b6b78c3ccadb6d460666afd74dd371d8fc7a)

tags: added: in-stable-ussuri
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/815447
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/f80701c67fd7eb032743a4b52d72a74f55a4c3c9
Submitter: "Zuul (22348)"
Branch: stable/train

commit f80701c67fd7eb032743a4b52d72a74f55a4c3c9
Author: Sandeep Yadav <email address hidden>
Date: Sun Oct 17 23:15:23 2021 +0530

    [victoria/ussuri/train] Tune minion defaults

    Undercloud Minion should be configured with the same default tuning as
    Undercloud[1] for heat & ironic.

    We have dropped minion environment files for wallaby+, Updating minion
    setting for t/u/v.

    Also, add minion job in zuul layout, As this isn't covered by the
    zuul project templates. In tripleo-ansible repo also minion job is
    also explicility mentioned[2]

    [1] https://github.com/openstack/tripleo-heat-templates/blob/stable/victoria/environments/undercloud.yaml#L96-L137
    [2] https://github.com/openstack/tripleo-ansible/blob/stable/victoria/zuul.d/layout.yaml#L25-L45

    Related-Bug: #1947510
    Change-Id: I580cddf94a8da20081700c46526b21a8beb38210
    (cherry picked from commit 72e0b6b78c3ccadb6d460666afd74dd371d8fc7a)

tags: added: in-stable-train
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.