diff options
author | Tim Rozet <trozet@redhat.com> | 2018-07-16 14:14:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-16 14:14:26 +0000 |
commit | b5e2f1f65dee0cd692fe275d6bce69a8e410cac3 (patch) | |
tree | cc212ff450702320fb1330e5c1add769fc708729 /config/deploy/deploy_settings.yaml | |
parent | 320cbf7d8b69fefb467b85a713c791f6a29b662a (diff) | |
parent | 10c4d35315d7ffd909520a1c7bc6a3b5b9b871ab (diff) |
Merge "Add support for kubernetes deployment"
Diffstat (limited to 'config/deploy/deploy_settings.yaml')
-rw-r--r-- | config/deploy/deploy_settings.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/deploy/deploy_settings.yaml b/config/deploy/deploy_settings.yaml index b8f01006..caef2628 100644 --- a/config/deploy/deploy_settings.yaml +++ b/config/deploy/deploy_settings.yaml @@ -108,3 +108,8 @@ deploy_options: # Set dovetail option to install dovetail # dovetail: false + + # Whether the nodes are deployed as openstack, kubernetes or openshift nodes + # Defaults to openstack. + # Possible values are openstack, k8s, openshift + vim: 'openstack' |