Coder Social home page Coder Social logo

ansible-siebel's Introduction

ansible-siebel

Ansible roles to install a Siebel Demo Environment

These roles will download, install, configure a complete Siebel Installation. A One-Click Siebel-Admin solution.

Installation

  • git clone https://github.com/henkwiedig/ansible-siebel
  • cd ansible-siebel
  • cp roles/software-repository/tasks/mos-credentials-example.yml roles/software-repository/tasks/mos-credentials.yml
  • Edit roles/software-repository/tasks/mos-credentials.yml
  • Edit inventory/sample
  • export ANSIBLE_INVENTORY=pwd/inventory/sample
  • ansible-playbook siebel-master.yml

ansible-siebel's People

Contributors

henkwiedig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ansible-siebel's Issues

deploy gateway cluster with node service

Hi

I am deploying Siebel 18 using Ansible uri (rest api) and I was successful until I reached the gateway cluster where I need to do the manual equivalent of clicking + (meaning add node service or node registry).

The code shown below,

  • name: deploy gateway cluster profile
    uri:
    url: "https://{{hostvars[groups['gateway.test.com'][0]]['ansible_default_ipv4']['address']}}:8111/siebel/v1.0/cloudgateway/deployments/gatewaycluster/"
    force_basic_auth: yes
    user: sadmin
    password: sadmin
    validate_certs: no
    method: POST
    body_format: json
    return_content: yes
    timeout: 600
    body:
    DeploymentInfo:
    ProfileName: sib_gatewaycluster_profile
    Action: Deploy
    GatewayClusterNodeServiceList:
    PhysicalHostIP: gateway.test.com:8011
    PhysicalHostIP: web.test.com:8011
    PhysicalHostIP: app.test.com:8011
    GatewayClusterNodeRegistryList:
    PhysicalHostIP: gateway.test.com:8011
    PhysicalHostIP: web.test.com:8011
    PhysicalHostIP: app.test.com:8011
    environment:
    https_proxy: ""
    register: deploy_gateway_cluster_registries_profile

Is having this error,

atal: [10.1.2.6]: FAILED! => {"changed": false, "connection": "close", "content": "Unrecognized field "GatewayClusterNodeRegistry" (class com.siebel.opcgw.cloudgateway.config.gateway.GatewayClusterDeployment), not marked as ignorable (5 known properties: "DeploymentInfo", "RegistryClusterStatus", "GatewayClusterNodeRegistryList", "ServiceClusterStatus", "GatewayClusterNodeServiceList"])\n at [Source: (String)"{"GatewayClusterNodeRegistry": {"PhysicalHostIP":

So I don't know the equivalent of click + as show here,

image

So before the code,

body:
DeploymentInfo:
ProfileName: sib_gatewaycluster_profile
Action: Deploy

There should be a command that is equivalent to click +.

Please help.

Siebel configuaration issues

@henkwiedig , i need bit help to understand your code. i would like to do below activities. i have created shell script for 1-5 steps. I need configuaration and component/Profile creation etc. I am bit confused with your code. can you please spare 10-15min for the help? you can reach me at [email protected]

  1. DB Client Installation
  2. Siebel IP17 base version Installation
  3. IP2017 AI Installation
  4. Siebel IP20.12 Installation
  5. Siebel 20.12 AI Installation
  6. Siebel Gateway Configuration
  7. Siebel Server (Siebsrvr) Configuration
  8. profile creation

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.