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

Fix interface configuration for Wildfly 9 #14

Closed
therek opened this issue Oct 21, 2015 · 3 comments
Closed

Fix interface configuration for Wildfly 9 #14

therek opened this issue Oct 21, 2015 · 3 comments
Assignees
Labels

Comments

@therek
Copy link
Collaborator

therek commented Oct 21, 2015

Interface configuration atrributes any-ipv4-address and any-ipv6-address have been removed in Wildfly 9. The interface configuration in puppet-jboss should be fixed to take that into account and retain backward compatibility.

The error message:

Warning: JBoss CLI command failed, try 1/3, last status: 1, message: {
    "outcome" => "failed",
    "result" => {},
    "failure-description" => {"host-failure-descriptions" => {"wbcdev" => "WFLYCTL0201: Unknown attribute 'any-ipv4-address'"}},
    "rolled-back" => true
}

Available interface configuration attributes:

{
    "outcome" => "success",
    "result" => {
        "any" => undefined,
        "any-address" => true,
        "inet-address" => undefined,
        "link-local-address" => undefined,
        "loopback" => undefined,
        "loopback-address" => undefined,
        "multicast" => undefined,
        "name" => "public",
        "nic" => undefined,
        "nic-match" => undefined,
        "not" => undefined,
        "point-to-point" => undefined,
        "public-address" => undefined,
        "site-local-address" => undefined,
        "subnet-match" => undefined,
        "up" => undefined,
        "virtual" => undefined
    }
}
@therek therek added the bug label Oct 21, 2015
@cardil cardil modified the milestones: v1.0.3 - RubyCake, v1.0.4 - WildOpal Dec 3, 2015
therek added a commit that referenced this issue Feb 17, 2016
…uration-for-wildfly-9

Bugfix for #14: Fix interface configuration for WildFly 9 and EAP 7
@therek
Copy link
Collaborator Author

therek commented Feb 17, 2016

Fixed in v1.0.4.

@therek therek closed this as completed Feb 17, 2016
@cardil
Copy link
Collaborator

cardil commented Feb 18, 2016

You meant it is fixed in PR #29 and is planned for v1.0.4 release.

@therek
Copy link
Collaborator Author

therek commented Feb 18, 2016

That's precisely what I meant :)

@cardil cardil modified the milestones: v1.0.4 - WildOpal, v1.1.0 - RiverBlue Mar 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants