Code Monkey home page Code Monkey logo

biemond-orawls-vagrant-12.2.1-puppet4's Introduction

biemond-orawls-vagrant-12.2.1-puppet4

The puppet 4 reference implementation of https://github.com/biemond/biemond-orawls branch puppet 4

optimized for linux, Solaris and the use of Hiera

Should work for VMware and Virtualbox

Details

  • CentOS 7.0 Vagrant box
  • Puppet 4.8.2
  • Vagrant >= 1.8.0
  • Oracle Virtualbox >= 5.0
  • VMware fusion >= 8

creates a 12.2.1.2 WebLogic cluster ( admin, node1, node2 )

site.pp is located here: https://github.com/biemond/biemond-orawls-vagrant-12.2.1/blob/master/puppet/environments/development/manifests/site.pp

The used hiera files https://github.com/biemond/biemond-orawls-vagrant-12.2.1/tree/master/puppet/hieradata

Add the all the Oracle binaries to /software

edit Vagrantfile and update the software share

  • admin.vm.synced_folder "software", "/software"
  • node1.vm.synced_folder "software", "/software"
  • node2.vm.synced_folder "software", "/software"

Software

Startup the images

  • vagrant up admin
  • vagrant up node1
  • vagrant up node2

manual startup puppet

  • vagrant ssh admin
  • sudo -i
  • puppet apply --verbose --report --trace /vagrant/puppet/environments/development/manifests/site.pp

rest application on cluster

MT

  • undeploy jerser-bundle-1.18.war and webapp.war from WebCluster

  • Resource Group Template

    • AppTemplateProduct
  • Deployments to AppTemplateProduct Resource Template

    • jerser-bundle-1.18.war to AppTemplateProduct (not global)
    • webapp.war to AppTemplateProduct (not global)
  • FileStore

    • FileStoreMT
      • File
      • scope AppTemplateProduct
  • JMS server

    • JMSServerMT
      • scope AppTemplateProduct
      • FileStoreMT
  • SystemModuleMT

    • scope AppTemplateProduct
    • sub deployment
      • jms_servers
        • JMSServerMT
    • Distributed Queues
      • DistributedQueueMT
        • jndi jms/DistributedQueueMT
        • target sub deployment jms_servers
    • Connection factory
      • ConnectionFactoryMT
        • jndi jms/ConnectionFactoryMT
  • JDBC to pluggable database

    • XXXX

for every tenant - virtual targets - CustomerA - WebCluster - 10.10.10.100\n 10.10.10.200\n - /customer_a - port 8011 - CustomerB - WebCluster - 10.10.10.100\n 10.10.10.200\n - /customer_b

- realms
    - realm_CustomerA
        - create new providers
        - add user test with group Administrators
    - realm_CustomerB
        - create new providers

- domain partitions
    - Partition-Products-CustomerA
        - ResourceGroupA
            - AppTemplateProduct
        - realm_CustomerA
        - virtual targets
            - CustomerA
        - Override resources
            - JDBC
    - Control start Partition-Products-CustomerA

    - Partition-Products-CustomerB
        - ResourceGroupA
            - AppTemplateProduct
        - realm_CustomerB
        - virtual targets
            - CustomerB
        - Override resources
            - JDBC
    - Control start Partition-Products-CustomerB

biemond-orawls-vagrant-12.2.1-puppet4's People

Contributors

biemond avatar

Watchers

James Cloos avatar  avatar  avatar

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.