diff options
Diffstat (limited to 'bootstrap/vagrant-onap/etc')
-rw-r--r-- | bootstrap/vagrant-onap/etc/settings.yaml.development | 6 | ||||
-rw-r--r-- | bootstrap/vagrant-onap/etc/settings.yaml.testing | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/bootstrap/vagrant-onap/etc/settings.yaml.development b/bootstrap/vagrant-onap/etc/settings.yaml.development deleted file mode 100644 index 7e1a1ec0b..000000000 --- a/bootstrap/vagrant-onap/etc/settings.yaml.development +++ /dev/null @@ -1,6 +0,0 @@ -build_image: "True" -clone_repo: "True" -compile_repo: "False" -enable_oparent: "True" -skip_get_images: "False" -skip_install: "True" diff --git a/bootstrap/vagrant-onap/etc/settings.yaml.testing b/bootstrap/vagrant-onap/etc/settings.yaml.testing deleted file mode 100644 index 0a81e2d0c..000000000 --- a/bootstrap/vagrant-onap/etc/settings.yaml.testing +++ /dev/null @@ -1,6 +0,0 @@ -build_image: "False" -clone_repo: "False" -compile_repo: "False" -enable_oparent: "False" -skip_get_images: "False" -skip_install: "False" |