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

Unit iptables.service could not be found. #13812

Closed
0xmichalis opened this issue Apr 19, 2017 · 2 comments
Closed

Unit iptables.service could not be found. #13812

0xmichalis opened this issue Apr 19, 2017 · 2 comments
Assignees
Labels
component/install kind/test-flake Categorizes issue or PR as related to test flakes. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P2

Comments

@0xmichalis
Copy link
Contributor

TASK [Check if iptables is running] ********************************************
task path: /usr/share/ansible/openshift-ansible/playbooks/common/openshift-cluster/upgrades/init.yml:72
fatal: [localhost]: FAILED! => {
    "changed": false, 
    "cmd": [
        "systemctl", 
        "status", 
        "iptables"
    ], 
    "delta": "0:00:00.005048", 
    "end": "2017-04-19 05:59:21.620269", 
    "failed": true, 
    "generated_timestamp": "2017-04-19 05:59:21.643407", 
    "rc": 4, 
    "start": "2017-04-19 05:59:21.615221", 
    "stderr": [
        "Unit iptables.service could not be found."
    ], 
    "stdout": [], 
    "warnings": []
}

https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended_conformance_install_update/215/consoleFull#-14246886155849c75fe4b0052e114d805c

@sdodson
Copy link
Member

sdodson commented Apr 19, 2017

That's actually not a fatal error, the playbook failed elsewhere. Regardless we've fixed this on master, so backporting to openshift-ansible release-1.5.

@openshift-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@openshift-ci-robot openshift-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/install kind/test-flake Categorizes issue or PR as related to test flakes. lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. priority/P2
Projects
None yet
Development

No branches or pull requests

5 participants