diff options
author | piclose <pc457b@intl.att.com> | 2017-02-01 16:18:30 +0100 |
---|---|---|
committer | piclose <pc457b@intl.att.com> | 2017-02-01 16:19:06 +0100 |
commit | 03f2362649b5bcf83d7e6e5359abf18b6810f16b (patch) | |
tree | 2107611be86508add699e6ed33e912221795f25f /recipes/jra.rb | |
parent | dd8e6f97fe382311d40487749b8706f4f3ae9f94 (diff) |
Initial OpenECOMP MSO mso-config cookbook commit
Change-Id: I57dfeb7fb8fceea14e1d1394f51009af141dd6a1
Signed-off-by: piclose <pc457b@intl.att.com>
Diffstat (limited to 'recipes/jra.rb')
-rw-r--r-- | recipes/jra.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/jra.rb b/recipes/jra.rb new file mode 100644 index 0000000..da46ee2 --- /dev/null +++ b/recipes/jra.rb @@ -0,0 +1,9 @@ +################ +# Deploy jra config set +# +###### +include_recipe "mso-config::mso-sdnc-adapter-config" +include_recipe "mso-config::mso-po-adapter-config" +include_recipe "mso-config::mso-topology-config" +include_recipe "mso-config::mso-appc-adapter-config" + |