Compare commits

..

3 commits

Author SHA1 Message Date
c0557813eb
readme/how
All checks were successful
/ job (push) Successful in 11m33s
2024-08-23 15:06:50 +02:00
fb730d8704
readme/how,what 2024-08-23 14:49:38 +02:00
1b8f505403
readme/ 2024-08-23 09:38:34 +02:00

View file

@ -28,8 +28,12 @@ Picture it…
* Domain Name System servers IP addresses * Domain Name System servers IP addresses
* ref names for deployment contexts of feature, staging & release * ref names for deployment contexts of feature, staging & release
* alternate locations of * alternate locations of
* Git repositories of this project & its parent framework
* Operating Systems & Software packages * Operating Systems & Software packages
* Git repositories of
* this project
* its parent framework
* projects not available in some distributions
* shunit2
* SSH key & hosts for deployments * SSH key & hosts for deployments
* a standalone POSIX shell script payload * a standalone POSIX shell script payload
@ -40,9 +44,34 @@ Picture it…
### Integration & Deployment ### Integration & Deployment
* configuring the Operating System container #### Shell
* installing Python system & virtual environments
* parsing common YAML syntax to launch Python actions * [X] setting up the chosen Operating System container
* [X] Domain Name System resolving
* [X] package manager configuration & repositories
* [X] Certificate Authorities trusting
* [X] Operating System updating
* [X] installing Git to clone
* [X] this project
* [X] its parent framework
* [X] installing both Python
* [X] system environment
* [X] virtual environment
* [X] generating a Python module to switch context
#### Python
* [X] setting up an OpenSSH client
* [X] known hosts
* [ ] private key
* [ ] and finally parsing commands from
* [X] system
* [ ] workflow
* [ ] to run available actions
* [ ] check project
* [ ] build project
* [X] browse workspace
* [ ] synchronize
--- ---
@ -50,7 +79,7 @@ Picture it…
### Features ### Features
SPCD handles project workflows in a unified way: Handle project workflows in a unified way:
* whether the network infrastructure is * whether the network infrastructure is
* [X] online * [X] online
@ -157,7 +186,7 @@ SPCD handles project workflows in a unified way:
### For ### For
* People feeling the need to aim for consistency in the CI & CD universe * People feeling the need to aim for consistency in the CI / CD universe
--- ---