Fix some logs path

config-data is collected at /var/lib now, and
rpm-list is collected with rpm-list.txt.gz.

Also fix vexxhost setting, vexxhost cloud is used
in both upstream and software factory
zuul, be specific to third party CI by using nodepool
provider as vexxhost-nodepool-tripleo.

Depends-On: https://review.opendev.org/#/c/706196/
Change-Id: Ibe2b7f3751238ced003092f3b9fb283fe4279169
This commit is contained in:
yatinkarel 2020-02-03 11:12:21 +05:30 committed by yatin
parent 983594d530
commit 826ee782d1
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ directories will also exist in these logs.</li>
<li><a href='undercloud/var/log/extra/'>undercloud/var/log/extra/</a> -
extra system details like package list, and cpu info gathered from the
undercloud</li>
<li><a href='undercloud/var/log/extra/rpm-list'>undercloud/var/log/extra/rpm-list</a>
<li><a href='undercloud/var/log/extra/rpm-list.txt.gz'>undercloud/var/log/extra/rpm-list.txt.gz</a>
- rpms installed to the undercloud, container rpms can be found in extra/<podman|docker>/containers/$container/info.log</li>
<li><a href='undercloud/var/lib/mistral'>undercloud/var/lib/mistral</a>
- output of all ansible used by config-download to drive the overcloud deployment</li>
@ -70,7 +70,7 @@ undercloud</li>
</ul>
<h3>Links to puppet logs</h3>
<ul>
<li><a href='undercloud/var/log/config-data/'>undercloud/var/log/config-data/</a>
<li><a href='undercloud/var/lib/config-data/'>undercloud/var/lib/config-data/</a>
- the configuration files for each openstack service</li>
<li><a href='undercloud/etc/puppet/hieradata/'>undercloud/etc/puppet/hieradata/</a>
- the hieradata of the deployment, service-configs, net and vip info</li>

View File

@ -34,7 +34,7 @@ nodepool_provider: "{{ hostvars[inventory_hostname].nodepool.provider }}"
rhcloud: >-
{%- if 'rdo-cloud' in nodepool_provider -%}
rdocloud
{%- elif 'vexxhost' in nodepool_provider -%}
{%- elif 'vexxhost-nodepool-tripleo' in nodepool_provider -%}
vexxhost
{%- elif nodepool_provider == 'tripleo-ci' and environment_type == 'ovb' -%}
internal