123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193 |
- export default [
- {
- end_time: "2024_07_09_10:47:34",
- start_time: "20240709104623",
- status: "success",
- steps: [
- {
- displayName: "Stop All Services",
- name: "step1",
- status: "success",
- steps: [
- {
- action: "stop",
- displayName: "Stop app1_part1 Services",
- hosts: [
- {
- host: "quadpax1",
- status: "success",
- },
- ],
- name: "step1_1",
- serviceType: "app1_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- {
- displayName: "Stop app2 Services",
- name: "step1_2",
- status: "success",
- steps: [
- {
- action: "stop",
- displayName: "Stop app2_part1 Services",
- hosts: [
- {
- host: "quadpax2",
- status: "success",
- },
- ],
- name: "step1_2_1",
- serviceType: "app2_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- {
- displayName: "Stop app2_part2 Services",
- name: "step1_2_2",
- status: "success",
- steps: [
- {
- action: "stop",
- displayName: "Stop app2_part2 Services",
- hosts: [
- {
- host: "quadpax3",
- status: "success",
- },
- {
- host: "qladpax3",
- status: "success",
- },
- ],
- name: "step1_2_2_1",
- serviceType: "app2_part2",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- {
- action: "stop",
- displayName: "Stop app2_part3 Services",
- hosts: [
- {
- host: "quadpax4",
- status: "success",
- },
- {
- host: "qladpax4",
- status: "success",
- },
- ],
- name: "step1_2_2_2",
- serviceType: "app2_part3",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- ],
- subStepsParallel: true,
- },
- ],
- subStepsParallel: true,
- },
- ],
- subStepsParallel: false,
- },
- {
- displayName: "step2",
- name: "step2",
- status: "success",
- steps: [
- {
- action: "humanWaiting",
- displayName: "Waiting",
- name: "step2_1",
- status: "success",
- type: "execution",
- },
- ],
- },
- {
- displayName: "deploy All Services",
- name: "step3",
- status: "success",
- steps: [
- {
- action: "deploy",
- displayName: "deploy app1_part1 Services",
- hosts: [
- {
- host: "quadpax1",
- status: "success",
- },
- ],
- name: "step3_1",
- serviceType: "app1_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- {
- action: "deploy",
- displayName: "deploy app2_part1 Services",
- hosts: [
- {
- host: "quadpax2",
- status: "success",
- },
- ],
- name: "step3_2",
- serviceType: "app2_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- ],
- subStepsParallel: true,
- },
- {
- displayName: "start All Services",
- name: "step4",
- status: "success",
- steps: [
- {
- action: "start",
- displayName: "start app1_part1 Services",
- hosts: [
- {
- host: "quadpax1",
- status: "success",
- },
- ],
- name: "step4_1",
- serviceType: "app1_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- {
- action: "start",
- displayName: "start app2_part1 Services",
- hosts: [
- {
- host: "quadpax2",
- status: "success",
- },
- ],
- name: "step4_2",
- serviceType: "app2_part1",
- serviceTypeParallel: true,
- status: "success",
- type: "execution",
- },
- ],
- subStepsParallel: false,
- },
- ],
- subStepsParallel: false,
- yamlversion: "v1.0",
- },
- ];
|