VNFRQTS - updating ansible examples 12/104812/1
authorHagop Bozawglanian <hagop.bozawglanian@att.com>
Tue, 31 Mar 2020 23:31:02 +0000 (16:31 -0700)
committerHagop Bozawglanian <hagop.bozawglanian@att.com>
Tue, 31 Mar 2020 23:31:02 +0000 (16:31 -0700)
Issue-ID: VNFRQTS-870

Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Ic4cab74366f32ca41d166f3fc2ba3bbbbda0a2af

docs/Chapter8/Ansible-Playbook-Examples.rst

index 9e4604c..ce57fd1 100644 (file)
@@ -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