data.ts 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. export default [
  2. {
  3. end_time: "2024_07_09_10:47:34",
  4. start_time: "20240709104623",
  5. status: "success",
  6. steps: [
  7. {
  8. displayName: "Stop All Services",
  9. name: "step1",
  10. status: "success",
  11. steps: [
  12. {
  13. action: "stop",
  14. displayName: "Stop app1_part1 Services",
  15. hosts: [
  16. {
  17. host: "quadpax1",
  18. status: "success",
  19. },
  20. ],
  21. name: "step1_1",
  22. serviceType: "app1_part1",
  23. serviceTypeParallel: true,
  24. status: "success",
  25. type: "execution",
  26. },
  27. {
  28. displayName: "Stop app2 Services",
  29. name: "step1_2",
  30. status: "success",
  31. steps: [
  32. {
  33. action: "stop",
  34. displayName: "Stop app2_part1 Services",
  35. hosts: [
  36. {
  37. host: "quadpax2",
  38. status: "success",
  39. },
  40. ],
  41. name: "step1_2_1",
  42. serviceType: "app2_part1",
  43. serviceTypeParallel: true,
  44. status: "success",
  45. type: "execution",
  46. },
  47. {
  48. displayName: "Stop app2_part2 Services",
  49. name: "step1_2_2",
  50. status: "success",
  51. steps: [
  52. {
  53. action: "stop",
  54. displayName: "Stop app2_part2 Services",
  55. hosts: [
  56. {
  57. host: "quadpax3",
  58. status: "success",
  59. },
  60. {
  61. host: "qladpax3",
  62. status: "success",
  63. },
  64. ],
  65. name: "step1_2_2_1",
  66. serviceType: "app2_part2",
  67. serviceTypeParallel: true,
  68. status: "success",
  69. type: "execution",
  70. },
  71. {
  72. action: "stop",
  73. displayName: "Stop app2_part3 Services",
  74. hosts: [
  75. {
  76. host: "quadpax4",
  77. status: "success",
  78. },
  79. {
  80. host: "qladpax4",
  81. status: "success",
  82. },
  83. ],
  84. name: "step1_2_2_2",
  85. serviceType: "app2_part3",
  86. serviceTypeParallel: true,
  87. status: "success",
  88. type: "execution",
  89. },
  90. ],
  91. subStepsParallel: true,
  92. },
  93. ],
  94. subStepsParallel: true,
  95. },
  96. ],
  97. subStepsParallel: false,
  98. },
  99. {
  100. displayName: "step2",
  101. name: "step2",
  102. status: "success",
  103. steps: [
  104. {
  105. action: "humanWaiting",
  106. displayName: "Waiting",
  107. name: "step2_1",
  108. status: "success",
  109. type: "execution",
  110. },
  111. ],
  112. },
  113. {
  114. displayName: "deploy All Services",
  115. name: "step3",
  116. status: "success",
  117. steps: [
  118. {
  119. action: "deploy",
  120. displayName: "deploy app1_part1 Services",
  121. hosts: [
  122. {
  123. host: "quadpax1",
  124. status: "success",
  125. },
  126. ],
  127. name: "step3_1",
  128. serviceType: "app1_part1",
  129. serviceTypeParallel: true,
  130. status: "success",
  131. type: "execution",
  132. },
  133. {
  134. action: "deploy",
  135. displayName: "deploy app2_part1 Services",
  136. hosts: [
  137. {
  138. host: "quadpax2",
  139. status: "success",
  140. },
  141. ],
  142. name: "step3_2",
  143. serviceType: "app2_part1",
  144. serviceTypeParallel: true,
  145. status: "success",
  146. type: "execution",
  147. },
  148. ],
  149. subStepsParallel: true,
  150. },
  151. {
  152. displayName: "start All Services",
  153. name: "step4",
  154. status: "success",
  155. steps: [
  156. {
  157. action: "start",
  158. displayName: "start app1_part1 Services",
  159. hosts: [
  160. {
  161. host: "quadpax1",
  162. status: "success",
  163. },
  164. ],
  165. name: "step4_1",
  166. serviceType: "app1_part1",
  167. serviceTypeParallel: true,
  168. status: "success",
  169. type: "execution",
  170. },
  171. {
  172. action: "start",
  173. displayName: "start app2_part1 Services",
  174. hosts: [
  175. {
  176. host: "quadpax2",
  177. status: "success",
  178. },
  179. ],
  180. name: "step4_2",
  181. serviceType: "app2_part1",
  182. serviceTypeParallel: true,
  183. status: "success",
  184. type: "execution",
  185. },
  186. ],
  187. subStepsParallel: false,
  188. },
  189. ],
  190. subStepsParallel: false,
  191. yamlversion: "v1.0",
  192. },
  193. ];