4.6.1 Process from YAML file code development to actual operation
YAML files are registered or updated according to the processes in the following table.
(Table) Process from YAML file code development to actual operation
| # | Process | Environment | YAML file |
|---|---|---|---|
| 1 | Developing code | Customer machine | Newly created or updated (See "Task design") |
| 2 | Uploading code | Ops I development environment | Uploaded to Git (See "Uploading YAML files") |
| 3 | Checking differences (on Git) | Ops I development environment | Checked for differences (See "Checking differences in YAML files") |
| 4 | Checking errors in code | Ops I development environment | Checked for errors (See "Checking registration status of YAML files") |
| 5 | Testing and checking operation (Go back to #1 until all errors are fixed) |
Ops I development environment | - |
| 6 | Migrating code from Ops I development environment to production environment | Ops I development environment→Ops I production environment | YAML file migrated (See "Data migration of files in Git repository") |
| 7 | Starting production | Ops I production environment | - |