Update README.md
This commit is contained in:
parent
06907d42fa
commit
1057aa5c79
1 changed files with 28 additions and 0 deletions
28
README.md
28
README.md
|
|
@ -4,5 +4,33 @@
|
|||
## Considerations
|
||||
|
||||
## Structure
|
||||
```
|
||||
/cmr
|
||||
/cmr/devices
|
||||
/cmr/devices/cccp.yaml
|
||||
/cmr/devices/cccp.txt
|
||||
/cmr/devices/nos/cccp.cli
|
||||
/cmr/devices/nos/cccp.local.cli
|
||||
/cmr/dns
|
||||
/cmr/dns/cccp.yaml
|
||||
/cmr/dns/cccp.zone
|
||||
/cmr/dns/cccp.cli
|
||||
/cmr/ipv4
|
||||
/cmr/ipv4/cccp.yaml
|
||||
/cmr/ipv4/cccp.txt
|
||||
/cmr/ipv6
|
||||
/cmr/ipv6/cccp.yaml
|
||||
/cmr/ipv6/cccp.txt
|
||||
/cmr/racks
|
||||
/cmr/racks/a1e.cc.cit-mgmt-0001.yaml
|
||||
/cmr/regions
|
||||
/cmr/regions/cmr.yaml
|
||||
/cmr/tenants
|
||||
/cmr/tenants/cccp.yaml
|
||||
/cmr/tenants/cccp.txt
|
||||
```
|
||||
|
||||
## Data format
|
||||
As the goal of NOC-YAMLbox is to be highly customizable, every plain-text based data format can be used. Users SHOULD only use ASCII-characters.
|
||||
|
||||
The only data format that IS REQUIRED and has a ruleset on which data needs to be present is YAML.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue