Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. Name: fuse
  2. Cartridge-Short-Name: FUSE
  3. Display-Name: JBoss Fuse 6.1.0 EA
  4. Description: "Runs a JBoss Fuse container on OpenShift."
  5. Version: '1.0.0'
  6. Source-Url: https://github.com/jboss-fuse/fuse-openshift-cartridge/archive/jboss-fuse-6.1.x-355.zip
  7. License: "ASL 2.0"
  8. License-Url: http://www.apache.org/licenses/LICENSE-2.0.txt
  9. Cartridge-Version: 0.0.1
  10. Cartridge-Vendor: fusesource
  11. Vendor: redhat
  12. Categories:
  13. - web_framework
  14. - experimental
  15. Website:
  16. Help-Topics:
  17. "Getting Started": https://www.openshift.com/community/videos/getting-started-with-diy-applications-on-openshift
  18. Cart-Data:
  19. - Key: OPENSHIFT_FUSE_LOG_DIR
  20. Type: environment
  21. Description: "Directory to store application log files."
  22. - Key: OPENSHIFT_FUSE_ZOOKEEPER_URL
  23. Type: environment
  24. Description: "The url to zookeeper."
  25. - Key: OPENSHIFT_FUSE_ZOOKEEPER_PASSWORD
  26. Type: environment
  27. Description: "The zookeeper password."
  28. - Key: MAVEN_UPLOAD_URL
  29. Type: environment
  30. Description: "The url to the fabric maven proxy."
  31. - Key: OPENSHIFT_TMP_DIR
  32. Type: environment
  33. Description: "Directory to store application temporary files."
  34. - Key: OPENSHIFT_REPO_DIR
  35. Type: environemnt
  36. Description: "Application root directory where application files reside. This directory is reset every time you do a git-push"
  37. - Key: OPENSHIFT_FUSE_PORT
  38. Type: environment
  39. Description: "Internal port to which the web-framework binds to."
  40. - Key: OPENSHIFT_FUSE_IP
  41. Type: environment
  42. Description: "Internal IP to which the web-framework binds to."
  43. - Key: OPENSHIFT_APP_DNS
  44. Type: environment
  45. Description: "Fully qualified domain name for the application."
  46. - Key: OPENSHIFT_APP_NAME
  47. Type: environment
  48. Description: "Application name"
  49. - Key: OPENSHIFT_DATA_DIR
  50. Type: environment
  51. Description: "Directory to store application data files. Preserved across git-pushes. Not shared across gears."
  52. - Key: OPENSHIFT_APP_UUID
  53. Type: environment
  54. Description: "Unique ID which identified the application. Does not change between gears."
  55. - Key: OPENSHIFT_GEAR_UUID
  56. Type: environment
  57. Description: "Unique ID which identified the gear. This value changes between gears."
  58. Provides:
  59. - fuse-7.3.0
  60. - fuse
  61. Publishes:
  62. Subscribes:
  63. Scaling:
  64. Min: 1
  65. Max: 1
  66. Group-Overrides:
  67. - components:
  68. - web-proxy
  69. Endpoints:
  70. - Private-IP-Name: IP
  71. Private-Port-Name: HTTP_PORT
  72. Private-Port: 8080
  73. Public-Port-Name: PROXY_PORT
  74. Mappings:
  75. - Frontend: ""
  76. Backend: ""
  77. - Private-IP-Name: IP
  78. Private-Port-Name: SHUTDOWN_PORT
  79. Private-Port: 15001
  80. - Private-IP-Name: IP
  81. Private-Port-Name: SSH_PORT
  82. Private-Port: 23101
  83. Public-Port-Name: SSH_PROXY_PORT
  84. Options: { "ssl_to_gear": true }
  85. - Private-IP-Name: IP
  86. Private-Port-Name: RMI_SERVER_PORT
  87. Private-Port: 44444
  88. - Private-IP-Name: IP
  89. Private-Port-Name: RMI_REGISTRY_PORT
  90. Private-Port: 16099
  91. - Private-IP-Name: IP
  92. Private-Port-Name: ZOOKEEPER_PORT
  93. Private-Port: 3128
  94. Public-Port-Name: ZOOKEEPER_PROXY_PORT
  95. Options: { "ssl_to_gear": true }
  96. - Private-IP-Name: IP
  97. Private-Port-Name: AMQ_PORT
  98. Private-Port: 31313
  99. Public-Port-Name: AMQ_PROXY_PORT
  100. Options: { "ssl_to_gear": true }
  101. - Private-IP-Name: IP
  102. Private-Port-Name: AMQ_SSL_PORT
  103. Private-Port: 31314
  104. Public-Port-Name: AMQ_SSL_PROXY_PORT
  105. Protocols: [tls]
  106. Mappings:
  107. - Frontend: 'TLS_PORT_1'
  108. Backend: ''
  109. - Private-IP-Name: IP
  110. Private-Port-Name: ES_HTTP_PORT
  111. Private-Port: 18080
  112. Public-Port-Name: ES_HTTP_PROXY_PORT
  113. Options: { "ssl_to_gear": true }
  114. - Private-IP-Name: IP
  115. Private-Port-Name: ES_TCP_PORT
  116. Private-Port: 19301
  117. Public-Port-Name: ES_TCP_PROXY_PORT
  118. Options: { "ssl_to_gear": true }
  119. Install-Build-Required: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement