diff options
Diffstat (limited to 'recipes/apih.rb')
-rw-r--r-- | recipes/apih.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/apih.rb b/recipes/apih.rb new file mode 100644 index 0000000..1bd000d --- /dev/null +++ b/recipes/apih.rb @@ -0,0 +1,9 @@ +################ +# Deploy apih config set +# +###### +include_recipe "mso-config::mso-api-handler-infra-config" +include_recipe "mso-config::mso-asdc-controller-config" +include_recipe "mso-config::mso-requests-db-adapter-config" +include_recipe "mso-config::mso-topology-config" + |