data.ts 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. export default [
  2. {
  3. end_time: "",
  4. start_time: "20240601085011",
  5. status: "waiting",
  6. steps: [
  7. {
  8. displayName: "Stop AP7 And MA7",
  9. name: "step1",
  10. status: "success",
  11. steps: [
  12. {
  13. action: "stop",
  14. displayName: "Stop AP7",
  15. hosts: [
  16. {
  17. host: "qlaasap7",
  18. status: "success",
  19. },
  20. ],
  21. name: "step1_1",
  22. serviceType: "AASAP_part7",
  23. serviceTypeParallel: true,
  24. status: "success",
  25. type: "execution",
  26. },
  27. {
  28. action: "stop",
  29. displayName: "Stop MA7",
  30. hosts: [
  31. {
  32. host: "qlaasma7",
  33. status: "success",
  34. },
  35. ],
  36. name: "step1_2",
  37. serviceType: "AASMA_part7",
  38. serviceTypeParallel: true,
  39. status: "success",
  40. type: "execution",
  41. },
  42. ],
  43. subStepsParallel: true,
  44. },
  45. {
  46. displayName: "step2",
  47. name: "step2",
  48. status: "success",
  49. steps: [
  50. {
  51. action: "humanWaiting",
  52. displayName:
  53. "AP7 & MA7 application have closed, next step deploy application",
  54. name: "step2_1",
  55. status: "success",
  56. type: "execution",
  57. },
  58. ],
  59. },
  60. {
  61. displayName: "Deploy AP7 MA7 PW7 SC7 HT7 And MH7",
  62. name: "step3",
  63. status: "success",
  64. steps: [
  65. {
  66. action: "deploy",
  67. displayName: "Deploy AP7",
  68. hosts: [
  69. {
  70. host: "qlaasap7",
  71. status: "success",
  72. },
  73. ],
  74. name: "step3_1",
  75. serviceType: "AASAP_part7",
  76. serviceTypeParallel: true,
  77. status: "success",
  78. type: "execution",
  79. },
  80. {
  81. action: "deploy",
  82. displayName: "Deploy MA7",
  83. hosts: [
  84. {
  85. host: "qlaasma7",
  86. status: "success",
  87. },
  88. ],
  89. name: "step3_2",
  90. serviceType: "AASMA_part7",
  91. serviceTypeParallel: true,
  92. status: "success",
  93. type: "execution",
  94. },
  95. {
  96. action: "deploy",
  97. displayName: "Deploy PW7",
  98. hosts: [
  99. {
  100. host: "qlaaspw7",
  101. status: "success",
  102. },
  103. ],
  104. name: "step3_3",
  105. serviceType: "AASPW_part7",
  106. serviceTypeParallel: true,
  107. status: "success",
  108. type: "execution",
  109. },
  110. {
  111. action: "deploy",
  112. displayName: "Deploy SC7",
  113. hosts: [
  114. {
  115. host: "qlaassc7",
  116. status: "success",
  117. },
  118. ],
  119. name: "step3_4",
  120. serviceType: "AASSC_part7",
  121. serviceTypeParallel: true,
  122. status: "success",
  123. type: "execution",
  124. },
  125. {
  126. action: "deploy",
  127. displayName: "Deploy HT7",
  128. hosts: [
  129. {
  130. host: "qlaasht7",
  131. status: "success",
  132. },
  133. ],
  134. name: "step3_5",
  135. serviceType: "AASHT_part7",
  136. serviceTypeParallel: true,
  137. status: "success",
  138. type: "execution",
  139. },
  140. {
  141. action: "deploy",
  142. displayName: "Deploy MH7",
  143. hosts: [
  144. {
  145. host: "qlaasmh7",
  146. status: "success",
  147. },
  148. ],
  149. name: "step3_6",
  150. serviceType: "AASMH_part7",
  151. serviceTypeParallel: true,
  152. status: "success",
  153. type: "execution",
  154. },
  155. ],
  156. subStepsParallel: true,
  157. },
  158. {
  159. displayName: "step4",
  160. name: "step4",
  161. status: "success",
  162. steps: [
  163. {
  164. action: "humanWaiting",
  165. displayName: "Waiting for verify internal environment",
  166. name: "step4_1",
  167. status: "success",
  168. type: "execution",
  169. },
  170. ],
  171. },
  172. {
  173. displayName: "stop BM1 BM2 application",
  174. name: "step5",
  175. status: "success",
  176. steps: [
  177. {
  178. action: "stop",
  179. displayName: "Stop BM1",
  180. hosts: [
  181. {
  182. host: "qlaasbm1",
  183. status: "success",
  184. },
  185. ],
  186. name: "step5_1",
  187. serviceType: "AASBM_part1",
  188. serviceTypeParallel: true,
  189. status: "success",
  190. type: "execution",
  191. },
  192. {
  193. action: "stop",
  194. displayName: "Stop BM2",
  195. hosts: [
  196. {
  197. host: "qlaasbm2",
  198. status: "success",
  199. },
  200. ],
  201. name: "step5_2",
  202. serviceType: "AASBM_part2",
  203. serviceTypeParallel: true,
  204. status: "success",
  205. type: "execution",
  206. },
  207. ],
  208. subStepsParallel: true,
  209. },
  210. {
  211. displayName: "Deploy BM1 And BM2 application",
  212. name: "step6",
  213. status: "success",
  214. steps: [
  215. {
  216. action: "deploy",
  217. displayName: "Deploy BM1",
  218. hosts: [
  219. {
  220. host: "qlaasbm1",
  221. status: "success",
  222. },
  223. ],
  224. name: "step6_1",
  225. serviceType: "AASBM_part1",
  226. serviceTypeParallel: true,
  227. status: "success",
  228. type: "execution",
  229. },
  230. {
  231. action: "deploy",
  232. displayName: "Deploy BM2",
  233. hosts: [
  234. {
  235. host: "qlaasbm2",
  236. status: "success",
  237. },
  238. ],
  239. name: "step6_2",
  240. serviceType: "AASBM_part2",
  241. serviceTypeParallel: true,
  242. status: "success",
  243. type: "execution",
  244. },
  245. ],
  246. subStepsParallel: true,
  247. },
  248. {
  249. displayName: "step7",
  250. name: "step7",
  251. status: "success",
  252. steps: [
  253. {
  254. action: "humanWaiting",
  255. displayName: "Waiting for verify BM1 And BM2 application",
  256. name: "step7_1",
  257. status: "success",
  258. type: "execution",
  259. },
  260. ],
  261. },
  262. {
  263. displayName: "Stop HT1 And MH1 F5",
  264. name: "step8",
  265. status: "success",
  266. steps: [
  267. {
  268. action: "stop",
  269. displayName: "Stop HT1",
  270. hosts: [
  271. {
  272. host: "qlaasht3",
  273. status: "success",
  274. },
  275. ],
  276. name: "step8_1",
  277. serviceType: "AASHT_part1",
  278. serviceTypeParallel: true,
  279. status: "success",
  280. type: "execution",
  281. },
  282. {
  283. action: "stop",
  284. displayName: "Stop MH1",
  285. hosts: [
  286. {
  287. host: "qlaasmh1",
  288. status: "success",
  289. },
  290. ],
  291. name: "step8_2",
  292. serviceType: "AASMH_part1",
  293. serviceTypeParallel: true,
  294. status: "success",
  295. type: "execution",
  296. },
  297. ],
  298. subStepsParallel: true,
  299. },
  300. {
  301. displayName: "step9",
  302. name: "step9",
  303. status: "running",
  304. steps: [
  305. {
  306. action: "humanWaiting",
  307. displayName:
  308. "Finish HT1 & MH1 closeF5, next step stop AP1 MA1 PW1 And SC1 application",
  309. name: "step9_1",
  310. status: "running",
  311. type: "execution",
  312. },
  313. ],
  314. },
  315. {
  316. displayName: "stop AP1 MA1 PW1 And SC1 application",
  317. name: "step10",
  318. status: "waiting",
  319. steps: [
  320. {
  321. action: "stop",
  322. displayName: "Stop AP1",
  323. hosts: [
  324. {
  325. host: "qlaasap1",
  326. status: "error",
  327. },
  328. ],
  329. name: "step10_1",
  330. serviceType: "AASAP_part1",
  331. serviceTypeParallel: true,
  332. status: "error",
  333. type: "execution",
  334. },
  335. {
  336. action: "stop",
  337. displayName: "Stop MA1",
  338. hosts: [
  339. {
  340. host: "qlaasma1",
  341. status: "success",
  342. },
  343. ],
  344. name: "step10_2",
  345. serviceType: "AASMA_part1",
  346. serviceTypeParallel: true,
  347. status: "success",
  348. type: "execution",
  349. },
  350. {
  351. action: "stop",
  352. displayName: "Stop PW1",
  353. hosts: [
  354. {
  355. host: "qlaaspw1",
  356. status: "success",
  357. },
  358. ],
  359. name: "step10_3",
  360. serviceType: "AASPW_part1",
  361. serviceTypeParallel: true,
  362. status: "success",
  363. type: "execution",
  364. },
  365. {
  366. action: "stop",
  367. displayName: "Stop SC1",
  368. hosts: [
  369. {
  370. host: "qlaassc1",
  371. status: "success",
  372. },
  373. ],
  374. name: "step10_4",
  375. serviceType: "AASSC_part1",
  376. serviceTypeParallel: true,
  377. status: "success",
  378. type: "execution",
  379. },
  380. ],
  381. subStepsParallel: true,
  382. },
  383. {
  384. displayName: "step11",
  385. name: "step11",
  386. status: "waiting",
  387. steps: [
  388. {
  389. action: "humanWaiting",
  390. displayName:
  391. "all application have closed, next step Deploy all application",
  392. name: "step11_1",
  393. status: "waiting",
  394. type: "execution",
  395. },
  396. ],
  397. },
  398. {
  399. displayName: "Deploy AP1 MA1 PW1 And SC1",
  400. name: "step12",
  401. status: "waiting",
  402. steps: [
  403. {
  404. action: "deploy",
  405. displayName: "Deploy AP1",
  406. hosts: [
  407. {
  408. host: "qlaasap1",
  409. status: "waiting",
  410. },
  411. ],
  412. name: "step12_1",
  413. serviceType: "AASAP_part1",
  414. serviceTypeParallel: true,
  415. status: "waiting",
  416. type: "execution",
  417. },
  418. {
  419. action: "deploy",
  420. displayName: "Deploy MA1",
  421. hosts: [
  422. {
  423. host: "qlaasma1",
  424. status: "waiting",
  425. },
  426. ],
  427. name: "step12_2",
  428. serviceType: "AASMA_part1",
  429. serviceTypeParallel: true,
  430. status: "waiting",
  431. type: "execution",
  432. },
  433. {
  434. action: "deploy",
  435. displayName: "Deploy PW1",
  436. hosts: [
  437. {
  438. host: "qlaaspw1",
  439. status: "waiting",
  440. },
  441. ],
  442. name: "step12_3",
  443. serviceType: "AASPW_part1",
  444. serviceTypeParallel: true,
  445. status: "waiting",
  446. type: "execution",
  447. },
  448. {
  449. action: "deploy",
  450. displayName: "Deploy SC1",
  451. hosts: [
  452. {
  453. host: "qlaassc1",
  454. status: "waiting",
  455. },
  456. ],
  457. name: "step12_4",
  458. serviceType: "AASSC_part1",
  459. serviceTypeParallel: true,
  460. status: "waiting",
  461. type: "execution",
  462. },
  463. ],
  464. subStepsParallel: true,
  465. },
  466. {
  467. displayName: "Deploy HT1 And MH1",
  468. name: "step13",
  469. status: "waiting",
  470. steps: [
  471. {
  472. action: "deploy",
  473. displayName: "Deploy HT1",
  474. hosts: [
  475. {
  476. host: "qlaasht3",
  477. status: "waiting",
  478. },
  479. ],
  480. name: "step13_1",
  481. serviceType: "AASHT_part1",
  482. serviceTypeParallel: true,
  483. status: "waiting",
  484. type: "execution",
  485. },
  486. {
  487. action: "deploy",
  488. displayName: "Deploy MH1",
  489. hosts: [
  490. {
  491. host: "qlaasmh1",
  492. status: "waiting",
  493. },
  494. ],
  495. name: "step13_2",
  496. serviceType: "AASMH_part1",
  497. serviceTypeParallel: true,
  498. status: "waiting",
  499. type: "execution",
  500. },
  501. ],
  502. subStepsParallel: true,
  503. },
  504. {
  505. displayName: "step14",
  506. name: "step14",
  507. status: "waiting",
  508. steps: [
  509. {
  510. action: "humanWaiting",
  511. displayName: "Waiting for external services",
  512. name: "step14_1",
  513. status: "waiting",
  514. type: "execution",
  515. },
  516. ],
  517. },
  518. {
  519. displayName: "StartF5 HT1 And MH1",
  520. name: "step15",
  521. status: "waiting",
  522. steps: [
  523. {
  524. action: "start",
  525. displayName: "StartF5 HT1",
  526. hosts: [
  527. {
  528. host: "qlaasht3",
  529. status: "waiting",
  530. },
  531. ],
  532. name: "step15_1",
  533. serviceType: "AASHT_part1",
  534. serviceTypeParallel: true,
  535. status: "waiting",
  536. type: "execution",
  537. },
  538. {
  539. action: "start",
  540. displayName: "StartF5 MH1",
  541. hosts: [
  542. {
  543. host: "qlaasmh1",
  544. status: "waiting",
  545. },
  546. ],
  547. name: "step15_2",
  548. serviceType: "AASMH_part1",
  549. serviceTypeParallel: true,
  550. status: "waiting",
  551. type: "execution",
  552. },
  553. ],
  554. subStepsParallel: true,
  555. },
  556. {
  557. displayName:
  558. "Stop HT2 And MH2 closeF5, stop ap2 ma2 pw2 and sc2 application",
  559. name: "step16",
  560. status: "waiting",
  561. steps: [
  562. {
  563. action: "stop",
  564. displayName: "Stop HT2",
  565. hosts: [
  566. {
  567. host: "qlaasht4",
  568. status: "waiting",
  569. },
  570. ],
  571. name: "step16_1",
  572. serviceType: "AASHT_part2",
  573. serviceTypeParallel: true,
  574. status: "waiting",
  575. type: "execution",
  576. },
  577. {
  578. action: "stop",
  579. displayName: "Stop MH2",
  580. hosts: [
  581. {
  582. host: "qlaasmh2",
  583. status: "waiting",
  584. },
  585. ],
  586. name: "step16_2",
  587. serviceType: "AASMH_part2",
  588. serviceTypeParallel: true,
  589. status: "waiting",
  590. type: "execution",
  591. },
  592. {
  593. action: "stop",
  594. displayName: "Stop AP2",
  595. hosts: [
  596. {
  597. host: "qlaasap2",
  598. status: "waiting",
  599. },
  600. ],
  601. name: "step16_3",
  602. serviceType: "AASAP_part2",
  603. serviceTypeParallel: true,
  604. status: "waiting",
  605. type: "execution",
  606. },
  607. {
  608. action: "stop",
  609. displayName: "Stop MA2",
  610. hosts: [
  611. {
  612. host: "qlaasma2",
  613. status: "waiting",
  614. },
  615. ],
  616. name: "step16_4",
  617. serviceType: "AASMA_part2",
  618. serviceTypeParallel: true,
  619. status: "waiting",
  620. type: "execution",
  621. },
  622. {
  623. action: "stop",
  624. displayName: "Stop PW2",
  625. hosts: [
  626. {
  627. host: "qlaaspw2",
  628. status: "waiting",
  629. },
  630. ],
  631. name: "step16_5",
  632. serviceType: "AASPW_part2",
  633. serviceTypeParallel: true,
  634. status: "waiting",
  635. type: "execution",
  636. },
  637. {
  638. action: "stop",
  639. displayName: "Stop SC2",
  640. hosts: [
  641. {
  642. host: "qlaassc2",
  643. status: "waiting",
  644. },
  645. ],
  646. name: "step16_6",
  647. serviceType: "AASSC_part2",
  648. serviceTypeParallel: true,
  649. status: "waiting",
  650. type: "execution",
  651. },
  652. ],
  653. subStepsParallel: true,
  654. },
  655. {
  656. displayName: "step17",
  657. name: "step17",
  658. status: "waiting",
  659. steps: [
  660. {
  661. action: "humanWaiting",
  662. displayName:
  663. "Finish HT2 & MH2 closeF5, stop ap2 ma2 pw2 and sc2 application,next step Deploy AP2 MA2 PW2 And SC2",
  664. name: "step17_1",
  665. status: "waiting",
  666. type: "execution",
  667. },
  668. ],
  669. },
  670. {
  671. displayName: "Deploy AP2 MA2 PW2 And SC2",
  672. name: "step18",
  673. status: "waiting",
  674. steps: [
  675. {
  676. action: "deploy",
  677. displayName: "Deploy AP2",
  678. hosts: [
  679. {
  680. host: "qlaasap2",
  681. status: "waiting",
  682. },
  683. ],
  684. name: "step18_1",
  685. serviceType: "AASAP_part2",
  686. serviceTypeParallel: true,
  687. status: "waiting",
  688. type: "execution",
  689. },
  690. {
  691. action: "deploy",
  692. displayName: "Deploy MA2",
  693. hosts: [
  694. {
  695. host: "qlaasma2",
  696. status: "waiting",
  697. },
  698. ],
  699. name: "step18_2",
  700. serviceType: "AASMA_part2",
  701. serviceTypeParallel: true,
  702. status: "waiting",
  703. type: "execution",
  704. },
  705. {
  706. action: "deploy",
  707. displayName: "Deploy PW2",
  708. hosts: [
  709. {
  710. host: "qlaaspw2",
  711. status: "waiting",
  712. },
  713. ],
  714. name: "step18_3",
  715. serviceType: "AASPW_part2",
  716. serviceTypeParallel: true,
  717. status: "waiting",
  718. type: "execution",
  719. },
  720. {
  721. action: "deploy",
  722. displayName: "Deploy SC2",
  723. hosts: [
  724. {
  725. host: "qlaassc2",
  726. status: "waiting",
  727. },
  728. ],
  729. name: "step18_4",
  730. serviceType: "AASSC_part2",
  731. serviceTypeParallel: true,
  732. status: "waiting",
  733. type: "execution",
  734. },
  735. ],
  736. subStepsParallel: true,
  737. },
  738. {
  739. displayName: "Deploy HT2 And MH2",
  740. name: "step19",
  741. status: "waiting",
  742. steps: [
  743. {
  744. action: "deploy",
  745. displayName: "Deploy HT2",
  746. hosts: [
  747. {
  748. host: "qlaasht4",
  749. status: "waiting",
  750. },
  751. ],
  752. name: "step19_1",
  753. serviceType: "AASHT_part2",
  754. serviceTypeParallel: true,
  755. status: "waiting",
  756. type: "execution",
  757. },
  758. {
  759. action: "deploy",
  760. displayName: "Deploy MH2",
  761. hosts: [
  762. {
  763. host: "qlaasmh2",
  764. status: "waiting",
  765. },
  766. ],
  767. name: "step19_2",
  768. serviceType: "AASMH_part2",
  769. serviceTypeParallel: true,
  770. status: "waiting",
  771. type: "execution",
  772. },
  773. ],
  774. subStepsParallel: true,
  775. },
  776. {
  777. displayName: "StartF5 HT2 And MH2",
  778. name: "step20",
  779. status: "waiting",
  780. steps: [
  781. {
  782. action: "start",
  783. displayName: "StartF5 HT2",
  784. hosts: [
  785. {
  786. host: "qlaasht4",
  787. status: "waiting",
  788. },
  789. ],
  790. name: "step20_1",
  791. serviceType: "AASHT_part2",
  792. serviceTypeParallel: true,
  793. status: "waiting",
  794. type: "execution",
  795. },
  796. {
  797. action: "start",
  798. displayName: "StartF5 MH2",
  799. hosts: [
  800. {
  801. host: "qlaasmh2",
  802. status: "waiting",
  803. },
  804. ],
  805. name: "step20_2",
  806. serviceType: "AASMH_part2",
  807. serviceTypeParallel: true,
  808. status: "waiting",
  809. type: "execution",
  810. },
  811. ],
  812. subStepsParallel: true,
  813. },
  814. ],
  815. subStepsParallel: false,
  816. yamlversion: "v1.0",
  817. },
  818. ];