diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-07-18 15:20:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-07-18 15:20:52 +0000 |
commit | d636d815e7c51594340e19478b4470f32a3ca25c (patch) | |
tree | 826bb75c6c1778a8f84088fdb364a43807d348c7 /ansible | |
parent | aac4f607b426cedce7666f826b4037f9f17c4ff0 (diff) | |
parent | 86d546fa8bbdc51370e95a0bccae40762e0e705d (diff) |
Merge "Fix CGNAPT VNF name in install.yaml"
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/install.yaml b/ansible/install.yaml index e93232d06..ae9f8587f 100644 --- a/ansible/install.yaml +++ b/ansible/install.yaml @@ -88,7 +88,7 @@ - role: install_samplevnf vnf_name: FW - role: install_samplevnf - vnf_name: CGNATP + vnf_name: CGNAPT # build shared DPDK for collectd only, required DPDK downloaded already - install_dpdk_shared - install_rabbitmq |