diff options
Diffstat (limited to 'samples/README.md')
-rw-r--r-- | samples/README.md | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/samples/README.md b/samples/README.md new file mode 100644 index 0000000..bf62051 --- /dev/null +++ b/samples/README.md @@ -0,0 +1,29 @@ +# Data provider infra file samples + +## vendor.yaml + +Creates vendor + +## vsp.yaml + +Creates vendor and two vsps. Shows YAML anchor usage example. + +## xnfs.yaml + +Creates PNFs and VNFs + +## service.yaml + +Creates and distribute SDC service + +## complex.yaml + +Creates Complex + +## cloud-region.yaml + +Creates cloud region and register it in multicloud (all data \[like tenants] from OpenStack are going to be created by ONAP) + +## customer.yaml + +Creates customer with subscribed service |