Move openvswitch into deployments

Change-Id: I87b061f1491fbc6a11740b229c17156a5a68a94a
Related-Blueprint: services-yaml-flattening
This commit is contained in:
Dan Prince 2019-04-23 13:57:41 -04:00 committed by Alex Schultz
parent fc81bf0fbd
commit 48ca0b4ace
3 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ conditions:
resources:
Ovs:
type: ./openvswitch.yaml
type: ../../openvswitch/openvswitch-baremetal-puppet.yaml
properties:
ServiceData: {get_param: ServiceData}
ServiceNetMap: {get_param: ServiceNetMap}

View File

@ -100,7 +100,7 @@ resources:
VhostuserSocketUser: {get_param: VhostuserSocketUser}
Ovs:
type: ../../puppet/services/openvswitch.yaml
type: ../openvswitch/openvswitch-baremetal-puppet.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}