README: updated the readme with the new repo content
Signed-off-by: Marc Mattmüller <marc.mattmueller@netmodule.com>
This commit is contained in:
parent
091f8f8e0d
commit
319a755428
51
README.md
51
README.md
|
|
@ -4,35 +4,34 @@ NetModule Wireless Linux (NWL).
|
||||||
|
|
||||||
|
|
||||||
## Content
|
## Content
|
||||||
This repository holds the documentation for the CI environment and the jobs for
|
This repository holds the automation files for ansible, the CI environment for
|
||||||
the NWL as declarative pipelines (multibranch):
|
the NWL and its documentation:
|
||||||
|
|
||||||
* doc
|
* doc
|
||||||
|
|
||||||
- the documentation of the work for the NWL CI environment
|
- the documentation of the work for the NWL CI environment
|
||||||
|
* ansible automation:
|
||||||
* jobs
|
- ansible.cfg
|
||||||
|
+ the paths of inventory, collections, etc for AWX
|
||||||
- Jenkinsfile_Build
|
- inventory
|
||||||
|
+ the ansible inventory with all managed hosts/devices
|
||||||
+ a pipeline building a NWL yocto target
|
- playbooks
|
||||||
|
+ ansible playbooks
|
||||||
- Jenkinsfile_Common
|
* jenkins environment:
|
||||||
|
- jobs
|
||||||
+ a collection of commonly used functions, so that duplicated code can be
|
+ Jenkinsfile_Common
|
||||||
avoided
|
- a collection of commonly used functions, so that duplicated code
|
||||||
|
can be avoided
|
||||||
* inventory
|
+ Jenkinsfile_Build / Jenkinsfile_Build_awx
|
||||||
|
- a pipeline building a NWL yocto target (postfix awx is for the
|
||||||
- Ansible inventory with all managed hosts/devices
|
instance set up with AWX)
|
||||||
|
+ Jenkinsfile_Documentation_awx
|
||||||
* playbooks
|
- a pipeline building the CI documentation (for the instance set up
|
||||||
|
with AWX)
|
||||||
- Ansible playbooks
|
- docker
|
||||||
|
+ Dockerfile
|
||||||
|
+ nwl-cicd.yaml
|
||||||
## Marginal Notes
|
+ plugins.txt
|
||||||
This repository does NOT cover the setup of the Jenkins instance.
|
- docker-compose.yaml
|
||||||
|
|
||||||
|
|
||||||
## Building the Documentation
|
## Building the Documentation
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue