Giter VIP home page Giter VIP logo

Comments (3)

biemond avatar biemond commented on June 9, 2024

I also noticed this

< 9 I have in the meantime to do this

class { 'wildfly':
  version        => '8.2.0',
  install_source => 'http://download.jboss.org/wildfly/8.2.0.Final/wildfly-8.2.0.Final.tar.gz',
  # version           => '9.0.2',
  # install_source    => 'http://download.jboss.org/wildfly/9.0.2.Final/wildfly-9.0.2.Final.tar.gz',
  java_home         => '/opt/jdk1.8.0_60',
  dirname           => '/opt/wildfly',
  mode              => 'standalone',
  config            => 'standalone-full-ha.xml',
  users_mgmt        => { 'wildfly' => { password => 'wildfly'}},
}

wildfly::config::interfaces{'management':
  inet_address_value => '0.0.0.0',
  require  => Class['wildfly'],
}

wildfly::config::interfaces{'public':
  inet_address_value => '0.0.0.0',
  require  => Class['wildfly'],
}

from puppet-wildfly.

jairojunior avatar jairojunior commented on June 9, 2024

Just pushed a dirty solution for this issue. Some parts are based on @xaniasd suggestion on #68.

JBOSS_OPTS works on latest 8.x version available (i.e. 8.2.1), but we need to treat different versions/operations mode, that I'll try to summarize:

Wildfly 8.2.1+, standalone or domain uses JBOSS_OPTS and everything works fine.

Wildfly 8.2.0 or less on standalone mode: everything (interfaces and ports) are managed with augeas.

Wildfly 8.2.0 or less on domain mode:

  • Slave: management/public interface is managed with augeas.
  • Controller + Server: same as above.
  • Controller only: management interface is managed with augeas.

I'll probably take this into account before start #106. Some profiles are emerging inside wildfly module.

from puppet-wildfly.

jairojunior avatar jairojunior commented on June 9, 2024

@diegoliber @biemond I'll close this, but feel free to reopen or contact me if you have any problem regarding this issue.

from puppet-wildfly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.