Guest User

Untitled

a guest
Feb 7th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. - name: deploy gateway cluster profile
  2. uri:
  3. url: "https://{{hostvars[groups['gateway.test.com'][0]]['ansible_default_ipv4']['address']}}:8111/siebel/v1.0/cloudgateway/deployments/gatewaycluster/"
  4. force_basic_auth: yes
  5. user: sadmin
  6. password: sadmin
  7. validate_certs: no
  8. method: POST
  9. body_format: json
  10. return_content: yes
  11. timeout: 600
  12. body:
  13. DeploymentInfo:
  14. ProfileName: sib_gatewaycluster_profile
  15. Action: Deploy
  16. GatewayClusterNodeServiceList:
  17. PhysicalHostIP: gateway.test.com:8011
  18. PhysicalHostIP: web.test.com:8011
  19. PhysicalHostIP: app.test.com:8011
  20. GatewayClusterNodeRegistryList:
  21. PhysicalHostIP: gateway.test.com:8011
  22. PhysicalHostIP: web.test.com:8011
  23. PhysicalHostIP: app.test.com:8011
  24. environment:
  25. https_proxy: ""
  26. register: deploy_gateway_cluster_registries_profile
  27.  
  28. fatal: [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":
  29.  
  30. DeploymentInfo:
  31. ProfileName: sib_gatewaycluster_profile
  32. Action: Deploy
Add Comment
Please, Sign In to add comment