Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.25 KB | None | 0 0
  1. ./build/docker-compose/
  2. ├── dev
  3. │   ├── docker-compose
  4. │   │   ├── bin
  5. │   │   │   ├── hub_add_replication_user.sh
  6. │   │   │   ├── hub_create_data_dump.sh
  7. │   │   │   ├── hub_db_migrate.sh
  8. │   │   │   ├── hub_replication_changepassword.sh
  9. │   │   │   ├── hub_reportdb_changepassword.sh
  10. │   │   │   └── system_check.sh
  11. │   │   ├── docker-compose.dbmigrate.yml
  12. │   │   ├── docker-compose.externaldb.yml
  13. │   │   ├── docker-compose.yml
  14. │   │   ├── external-postgres-init.pgsql
  15. │   │   ├── hub-postgres.env
  16. │   │   ├── hub-proxy.env
  17. │   │   └── hub-webserver.env
  18. │   ├── docker-run
  19. │   │   ├── bin
  20. │   │   │   ├── hub_add_replication_user.sh
  21. │   │   │   ├── hub_create_data_dump.sh
  22. │   │   │   ├── hub_db_migrate.sh
  23. │   │   │   ├── hub_replication_changepassword.sh
  24. │   │   │   ├── hub_reportdb_changepassword.sh
  25. │   │   │   └── system_check.sh
  26. │   │   ├── external-postgres-init.pgsql
  27. │   │   ├── hub-postgres.env
  28. │   │   ├── hub-proxy.env
  29. │   │   └── hub-webserver.env
  30. │   ├── docker-swarm
  31. │   │   ├── bin
  32. │   │   │   ├── hub_add_replication_user.sh
  33. │   │   │   ├── hub_create_data_dump.sh
  34. │   │   │   ├── hub_db_migrate.sh
  35. │   │   │   ├── hub_replication_changepassword.sh
  36. │   │   │   ├── hub_reportdb_changepassword.sh
  37. │   │   │   └── system_check.sh
  38. │   │   ├── docker-compose.dbmigrate.yml
  39. │   │   ├── docker-compose.externaldb.yml
  40. │   │   ├── docker-compose.yml
  41. │   │   ├── external-postgres-init.pgsql
  42. │   │   ├── hub-postgres.env
  43. │   │   ├── hub-proxy.env
  44. │   │   └── hub-webserver.env
  45. │   ├── kubernetes
  46. │   │   └── bin
  47. │   │   ├── hub_add_replication_user.sh
  48. │   │   ├── hub_create_data_dump.sh
  49. │   │   ├── hub_db_migrate.sh
  50. │   │   ├── hub_replication_changepassword.sh
  51. │   │   ├── hub_reportdb_changepassword.sh
  52. │   │   └── system_check.sh
  53. │   └── openshift
  54. │   └── bin
  55. │   ├── hub_add_replication_user.sh
  56. │   ├── hub_create_data_dump.sh
  57. │   ├── hub_db_migrate.sh
  58. │   ├── hub_replication_changepassword.sh
  59. │   ├── hub_reportdb_changepassword.sh
  60. │   └── system_check.sh
  61. ├── main
  62. │   ├── docker-compose
  63. │   │   ├── bin
  64. │   │   │   ├── hub_add_replication_user.sh
  65. │   │   │   ├── hub_create_data_dump.sh
  66. │   │   │   ├── hub_db_migrate.sh
  67. │   │   │   ├── hub_replication_changepassword.sh
  68. │   │   │   ├── hub_reportdb_changepassword.sh
  69. │   │   │   └── system_check.sh
  70. │   │   ├── docker-compose.dbmigrate.yml
  71. │   │   ├── docker-compose.externaldb.yml
  72. │   │   ├── docker-compose.yml
  73. │   │   ├── external-postgres-init.pgsql
  74. │   │   ├── hub-postgres.env
  75. │   │   ├── hub-proxy.env
  76. │   │   └── hub-webserver.env
  77. │   ├── docker-run
  78. │   │   ├── bin
  79. │   │   │   ├── hub_add_replication_user.sh
  80. │   │   │   ├── hub_create_data_dump.sh
  81. │   │   │   ├── hub_db_migrate.sh
  82. │   │   │   ├── hub_replication_changepassword.sh
  83. │   │   │   ├── hub_reportdb_changepassword.sh
  84. │   │   │   └── system_check.sh
  85. │   │   ├── external-postgres-init.pgsql
  86. │   │   ├── hub-postgres.env
  87. │   │   ├── hub-proxy.env
  88. │   │   └── hub-webserver.env
  89. │   ├── docker-swarm
  90. │   │   ├── bin
  91. │   │   │   ├── hub_add_replication_user.sh
  92. │   │   │   ├── hub_create_data_dump.sh
  93. │   │   │   ├── hub_db_migrate.sh
  94. │   │   │   ├── hub_replication_changepassword.sh
  95. │   │   │   ├── hub_reportdb_changepassword.sh
  96. │   │   │   └── system_check.sh
  97. │   │   ├── docker-compose.dbmigrate.yml
  98. │   │   ├── docker-compose.externaldb.yml
  99. │   │   ├── docker-compose.yml
  100. │   │   ├── external-postgres-init.pgsql
  101. │   │   ├── hub-postgres.env
  102. │   │   ├── hub-proxy.env
  103. │   │   └── hub-webserver.env
  104. │   ├── kubernetes
  105. │   │   └── bin
  106. │   │   ├── hub_add_replication_user.sh
  107. │   │   ├── hub_create_data_dump.sh
  108. │   │   ├── hub_db_migrate.sh
  109. │   │   ├── hub_replication_changepassword.sh
  110. │   │   ├── hub_reportdb_changepassword.sh
  111. │   │   └── system_check.sh
  112. │   └── openshift
  113. │   └── bin
  114. │   ├── hub_add_replication_user.sh
  115. │   ├── hub_create_data_dump.sh
  116. │   ├── hub_db_migrate.sh
  117. │   ├── hub_replication_changepassword.sh
  118. │   ├── hub_reportdb_changepassword.sh
  119. │   └── system_check.sh
  120. ├── onPrem
  121. │   ├── docker-compose
  122. │   │   ├── bin
  123. │   │   │   ├── hub_add_replication_user.sh
  124. │   │   │   ├── hub_create_data_dump.sh
  125. │   │   │   ├── hub_db_migrate.sh
  126. │   │   │   ├── hub_replication_changepassword.sh
  127. │   │   │   ├── hub_reportdb_changepassword.sh
  128. │   │   │   └── system_check.sh
  129. │   │   ├── docker-compose.dbmigrate.yml
  130. │   │   ├── docker-compose.externaldb.yml
  131. │   │   ├── docker-compose.yml
  132. │   │   ├── external-postgres-init.pgsql
  133. │   │   ├── hub-postgres.env
  134. │   │   ├── hub-proxy.env
  135. │   │   ├── hub-webserver.env
  136. │   │   └── kb.env
  137. │   ├── docker-run
  138. │   │   ├── bin
  139. │   │   │   ├── hub_add_replication_user.sh
  140. │   │   │   ├── hub_create_data_dump.sh
  141. │   │   │   ├── hub_db_migrate.sh
  142. │   │   │   ├── hub_replication_changepassword.sh
  143. │   │   │   ├── hub_reportdb_changepassword.sh
  144. │   │   │   └── system_check.sh
  145. │   │   ├── external-postgres-init.pgsql
  146. │   │   ├── hub-postgres.env
  147. │   │   ├── hub-proxy.env
  148. │   │   ├── hub-webserver.env
  149. │   │   └── kb.env
  150. │   ├── docker-swarm
  151. │   │   ├── bin
  152. │   │   │   ├── hub_add_replication_user.sh
  153. │   │   │   ├── hub_create_data_dump.sh
  154. │   │   │   ├── hub_db_migrate.sh
  155. │   │   │   ├── hub_replication_changepassword.sh
  156. │   │   │   ├── hub_reportdb_changepassword.sh
  157. │   │   │   └── system_check.sh
  158. │   │   ├── docker-compose.dbmigrate.yml
  159. │   │   ├── docker-compose.externaldb.yml
  160. │   │   ├── docker-compose.yml
  161. │   │   ├── external-postgres-init.pgsql
  162. │   │   ├── hub-postgres.env
  163. │   │   ├── hub-proxy.env
  164. │   │   ├── hub-webserver.env
  165. │   │   └── kb.env
  166. │   ├── kubernetes
  167. │   │   └── bin
  168. │   │   ├── hub_add_replication_user.sh
  169. │   │   ├── hub_create_data_dump.sh
  170. │   │   ├── hub_db_migrate.sh
  171. │   │   ├── hub_replication_changepassword.sh
  172. │   │   ├── hub_reportdb_changepassword.sh
  173. │   │   └── system_check.sh
  174. │   └── openshift
  175. │   └── bin
  176. │   ├── hub_add_replication_user.sh
  177. │   ├── hub_create_data_dump.sh
  178. │   ├── hub_db_migrate.sh
  179. │   ├── hub_replication_changepassword.sh
  180. │   ├── hub_reportdb_changepassword.sh
  181. │   └── system_check.sh
  182. └── perfTest
  183. ├── docker-compose
  184. │   ├── bin
  185. │   │   ├── hub_add_replication_user.sh
  186. │   │   ├── hub_create_data_dump.sh
  187. │   │   ├── hub_db_migrate.sh
  188. │   │   ├── hub_replication_changepassword.sh
  189. │   │   ├── hub_reportdb_changepassword.sh
  190. │   │   └── system_check.sh
  191. │   ├── docker-compose.dbmigrate.yml
  192. │   ├── docker-compose.externaldb.yml
  193. │   ├── docker-compose.yml
  194. │   ├── external-postgres-init.pgsql
  195. │   ├── hub-postgres.env
  196. │   ├── hub-proxy.env
  197. │   ├── hub-webserver.env
  198. │   └── tank-proxy.env
  199. ├── docker-run
  200. │   ├── bin
  201. │   │   ├── hub_add_replication_user.sh
  202. │   │   ├── hub_create_data_dump.sh
  203. │   │   ├── hub_db_migrate.sh
  204. │   │   ├── hub_replication_changepassword.sh
  205. │   │   ├── hub_reportdb_changepassword.sh
  206. │   │   └── system_check.sh
  207. │   ├── external-postgres-init.pgsql
  208. │   ├── hub-postgres.env
  209. │   ├── hub-proxy.env
  210. │   ├── hub-webserver.env
  211. │   └── tank-proxy.env
  212. ├── docker-swarm
  213. │   ├── bin
  214. │   │   ├── hub_add_replication_user.sh
  215. │   │   ├── hub_create_data_dump.sh
  216. │   │   ├── hub_db_migrate.sh
  217. │   │   ├── hub_replication_changepassword.sh
  218. │   │   ├── hub_reportdb_changepassword.sh
  219. │   │   └── system_check.sh
  220. │   ├── docker-compose.dbmigrate.yml
  221. │   ├── docker-compose.externaldb.yml
  222. │   ├── docker-compose.yml
  223. │   ├── external-postgres-init.pgsql
  224. │   ├── hub-postgres.env
  225. │   ├── hub-proxy.env
  226. │   ├── hub-webserver.env
  227. │   └── tank-proxy.env
  228. ├── kubernetes
  229. │   └── bin
  230. │   ├── hub_add_replication_user.sh
  231. │   ├── hub_create_data_dump.sh
  232. │   ├── hub_db_migrate.sh
  233. │   ├── hub_replication_changepassword.sh
  234. │   ├── hub_reportdb_changepassword.sh
  235. │   └── system_check.sh
  236. └── openshift
  237. └── bin
  238. ├── hub_add_replication_user.sh
  239. ├── hub_create_data_dump.sh
  240. ├── hub_db_migrate.sh
  241. ├── hub_replication_changepassword.sh
  242. ├── hub_reportdb_changepassword.sh
  243. └── system_check.sh
  244.  
  245. 44 directories, 198 files
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement