We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build using make build-openstack-ubuntu-2404 goss failed. Goss was failing because networkd-dispatcher wasn't running:
make build-openstack-ubuntu-2404
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:
openstack.yml
- name: Install networkd-dispatcher service (Run networkd-dispatcher) ansible.builtin.systemd: name: networkd-dispatcher state: started enabled: true
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When trying to build using
make build-openstack-ubuntu-2404
goss failed. Goss was failing because networkd-dispatcher wasn't running:This occurs because networkd-dispatcher is missing in the
openstack.yml
file:The text was updated successfully, but these errors were encountered: