From 524de2d3511a6d75ec1873d9880a3bdc1bcefb5a Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Tue, 31 Mar 2020 16:31:02 -0700 Subject: VNFRQTS - updating ansible examples Issue-ID: VNFRQTS-870 Signed-off-by: Hagop Bozawglanian Change-Id: Ic4cab74366f32ca41d166f3fc2ba3bbbbda0a2af --- docs/Chapter8/Ansible-Playbook-Examples.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/Chapter8') diff --git a/docs/Chapter8/Ansible-Playbook-Examples.rst b/docs/Chapter8/Ansible-Playbook-Examples.rst index 9e4604c..ce57fd1 100644 --- a/docs/Chapter8/Ansible-Playbook-Examples.rst +++ b/docs/Chapter8/Ansible-Playbook-Examples.rst @@ -117,12 +117,13 @@ addresses were scrubbed): [wp0ny:children] oam rdb + oamvip Virtual IP addresses that can be used by multiple VMs, usually, used by the active VM of an active-standby pair, are placed under a group named after the VNFC (VM) type, plus "vip" string, example of such a group name "oamvip". An inventory hosts file site also contains a (group) with all groups as children -(see last three lines in above example), to load site specific variables like +(see last four lines in above example), to load site specific variables like NTP, DNS IP addresses, and other site specific variables, making them global variables to be used by playbooks, namely, configure playbook. @@ -728,6 +729,7 @@ With no names, only IP addresses, template "InventoryNames": "None" (Default) [wp0ny:children] oam rdb + oamvip With VM names and IP addresses, template inventory names setting "InventoryNames": "VM" @@ -752,6 +754,7 @@ With VM names and IP addresses, template inventory names setting [wp0ny:children] oam rdb + oamvip With VNFC names and IP addresses, template inventory names setting "InventoryNames": "VNFC" @@ -776,6 +779,7 @@ With VNFC names and IP addresses, template inventory names setting [wp0ny:children] oam rdb + oamvip @@ -862,6 +866,8 @@ Ansible Server. [wp0ny:children] oam rdb + oamvip + Virtual IP addresses that can be used by multiple VMs, usually, used by the active VM of an active-standby pair, are placed under a group named after the -- cgit 1.2.3-korg