Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Openstack goss failing networkd-dispatcher #1626

Open
nilpntr opened this issue Nov 7, 2024 · 0 comments · May be fixed by #1627
Open

Openstack goss failing networkd-dispatcher #1626

nilpntr opened this issue Nov 7, 2024 · 0 comments · May be fixed by #1627

Comments

@nilpntr
Copy link

nilpntr commented Nov 7, 2024

When trying to build using make build-openstack-ubuntu-2404 goss failed. Goss was failing because networkd-dispatcher wasn't running:

openstack:         {
    openstack:             "duration": 44706105,
    openstack:             "err": null,
    openstack:             "expected": [
    openstack:                 "true"
    openstack:             ],
    openstack:             "found": [
    openstack:                 "false"
    openstack:             ],
    openstack:             "human": "Expected\n    \u003cbool\u003e: false\nto equal\n    \u003cbool\u003e: true",
    openstack:             "meta": null,
    openstack:             "property": "running",
    openstack:             "resource-id": "networkd-dispatcher",
    openstack:             "resource-type": "Service",
    openstack:             "result": 1,
    openstack:             "successful": false,
    openstack:             "summary-line": "Service: networkd-dispatcher: running:\nExpected\n    \u003cbool\u003e: false\nto equal\n    \u003cbool\u003e: true",
    openstack:             "test-type": 0,
    openstack:             "title": ""
    openstack:         },

This occurs because networkd-dispatcher is missing in the openstack.yml file:

- name: Install networkd-dispatcher service (Run networkd-dispatcher)
  ansible.builtin.systemd:
    name: networkd-dispatcher
    state: started
    enabled: true
@nilpntr nilpntr linked a pull request Nov 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant