libvirt: move yaml files to a yaml subdirectory
The libvirt/ directory is a bit cluttered. Move yaml files to a subdirectory. Also update the yaml file permissions to be not executable. Test plan: PASS: regression of default and madcloud examples PASS: verify README examples are correct Story: 2010816 Task: 48617 Change-Id: Iad0cf3bdae31f48c2ee54250a3ab411880bba06f Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
parent
778b379768
commit
286f233a4b
@ -28,9 +28,9 @@ an interactive shell that configures everything. Here's an example::
|
||||
export EXTERNAL_NETWORK=172.30.20.0/24
|
||||
export EXTERNAL_IP=172.30.20.1/24
|
||||
|
||||
Using ``source ./readconfig.sh madcloud.yaml`` also sets the madcloud
|
||||
environment variables. Use ``default.yaml`` or ``madcloud.yaml`` as
|
||||
templates to make custom configurations.
|
||||
Using ``source ./readconfig.sh yaml/madcloud.yaml`` also sets the madcloud
|
||||
environment variables. Use ``yaml/default.yaml`` or ``yaml/madcloud.yaml``
|
||||
as templates to make custom configurations.
|
||||
|
||||
Networking
|
||||
----------
|
||||
|
0
libvirt/default.yaml → libvirt/yaml/default.yaml
Executable file → Normal file
0
libvirt/default.yaml → libvirt/yaml/default.yaml
Executable file → Normal file
Loading…
Reference in New Issue
Block a user