inventory in CI has 'underclou' instead of 'undercloud'

Bug #1873535 reported by Alex Schultz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Fix Released
Medium
Cédric Jeanneret

Bug Description

Not sure if an issue in the ci hostname or some other code generation bits. Seems weird.

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_360/720694/1/check/tripleo-ci-centos-8-undercloud-containers/360150b/logs/undercloud/home/zuul/undercloud-ansible-sk4b0mpm/inventory.yaml

Undercloud:
  hosts:
    underclou:
      ansible_host: 192.168.24.1
      canonical_hostname: underclou.localdomain
      ctlplane_hostname: underclou.ctlplane.localdomain
      ctlplane_ip: 192.168.24.1
      deploy_server_id: 6e8e3548-f157-4848-a98b-442feb27d4a8
      external_hostname: underclou.external.localdomain
      external_ip: 192.168.24.1
  vars:
    ansible_connection: local
    ansible_python_interpreter: /usr/bin/python3
    ansible_ssh_user: root
    bootstrap_server_id: 6e8e3548-f157-4848-a98b-442feb27d4a8
    serial: 1
    tripleo_role_name: Undercloud
    tripleo_role_networks:
    - ctlplane
    - external
allovercloud:
  children:
    Undercloud: {}
  vars:
    container_cli: podman
    ctlplane_vip: 192.168.24.3
    external_vip: 10.208.228.163
    redis_vip: 192.168.24.3
undercloud:
  children:
    allovercloud: {}

Revision history for this message
Sandeep Yadav (sandeepyadav93) wrote :

Hello,

Centos8 and Centos7 jobs using featureset 27 are failing:-

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_360/720694/1/check/tripleo-ci-centos-8-undercloud-containers/360150b/job-output.txt

~~~
2020-04-17 12:39:06.090590 | TASK [run-test : run toci_gate_test.sh]
2020-04-17 12:39:06.931446 | primary | + export TOCI_JOBTYPE=singlenode-featureset027
2020-04-17 12:39:06.931586 | primary | + TOCI_JOBTYPE=singlenode-featureset027
~~~

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e8f/720052/1/gate/tripleo-ci-centos-7-undercloud-containers/e8fb859/job-output.txt

~~~
2020-04-21 01:57:43.582782 | TASK [run-test : run toci_gate_test.sh]
2020-04-21 01:57:44.264445 | primary | + export TOCI_JOBTYPE=singlenode-featureset027
2020-04-21 01:57:44.264634 | primary | + TOCI_JOBTYPE=singlenode-featureset027
~~~

https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_e8f/720052/1/gate/tripleo-ci-centos-7-undercloud-containers/e8fb859/logs/undercloud/etc/hosts

~~~
127.0.0.1 underclou.localdomain underclou localhost
127.0.0.1 underclou.localdomain underclou localhost
~~~

Root Cause seems:-

https://opendev.org/openstack/tripleo-quickstart/src/branch/master/config/general_config/featureset027.yml#L20

undercloud_undercloud_hostname: "underClou.{{ undercloud_cloud_domain }}"

Correct should be "undercloud.{{ undercloud_cloud_domain }}"

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to tripleo-quickstart (master)

Fix proposed to branch: master
Review: https://review.opendev.org/721538

Changed in tripleo:
assignee: nobody → Cédric Jeanneret (cjeanner)
status: Triaged → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-quickstart (master)

Reviewed: https://review.opendev.org/721538
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart/commit/?id=fdb3741ebf06e70e730878c17d8a171e4fa80748
Submitter: Zuul
Branch: master

commit fdb3741ebf06e70e730878c17d8a171e4fa80748
Author: Cédric Jeanneret <email address hidden>
Date: Tue Apr 21 09:28:04 2020 +0200

    Correct typo introduced in I1074e0204910726d82950496ac4813a06e315252

    Change-Id: I998bdf57f713f4b64ed4e0ba2af116006978c861
    Closes-Bug: #1873535

Changed in tripleo:
status: In Progress → Fix Released
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.