Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. root@ngcpA:~# crm configure show
  2. node ngcpA
  3. node ngcpB
  4. primitive ASTERISK lsb:asterisk \
  5. op monitor interval="10s"
  6. primitive FAILOVER-ADDR ocf:heartbeat:IPaddr2 \
  7. params ip="X.X.X.X" nic="eth0" \
  8. op monitor interval="10s" \
  9. meta is-managed="true"
  10. primitive MEDIAPROXY lsb:ngcp-mediaproxy-ng-daemon \
  11. op monitor interval="10s"
  12. primitive MEDIATOR lsb:mediator \
  13. op monitor interval="10s"
  14. primitive RATEOMAT lsb:ngcp-rate-o-mat \
  15. op monitor interval="10s"
  16. primitive SEMS lsb:sems \
  17. op monitor interval="10s"
  18. primitive kamailioLB lsb:kamailio-lb \
  19. op monitor interval="10s"
  20. primitive kamailioPROXY lsb:kamailio-proxy \
  21. op monitor interval="10s"
  22. colocation asterisk-with-ip inf: ASTERISK FAILOVER-ADDR
  23. colocation b2bua-with-ip inf: SEMS FAILOVER-ADDR
  24. colocation lb-with-ip inf: kamailioLB FAILOVER-ADDR
  25. colocation mediator-with-ip inf: MEDIATOR FAILOVER-ADDR
  26. colocation proxy-with-ip inf: kamailioPROXY FAILOVER-ADDR
  27. colocation rateomat-with-ip inf: RATEOMAT FAILOVER-ADDR
  28. colocation rtp-with-ip inf: MEDIAPROXY FAILOVER-ADDR
  29. order cdr-after-proxy inf: kamailioPROXY MEDIATOR
  30. order lb-after-ip inf: FAILOVER-ADDR kamailioLB
  31. order proxy-after-ip inf: FAILOVER-ADDR kamailioPROXY
  32. order proxy-after-rtp inf: MEDIAPROXY kamailioPROXY
  33. order rating-after-cdr inf: MEDIATOR RATEOMAT
  34. order rtp-after-ip inf: FAILOVER-ADDR MEDIAPROXY
  35. order sems-after-ip inf: FAILOVER-ADDR SEMS
  36. order voicemail-after-ip inf: FAILOVER-ADDR ASTERISK
  37. property $id="cib-bootstrap-options" \
  38. dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
  39. cluster-infrastructure="openais" \
  40. expected-quorum-votes="2" \
  41. stonith-enabled="false" \
  42. no-quorum-policy="ignore"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement