summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorTrevor Lovett <trevor.lovett@att.com>2020-04-01 18:54:56 +0000
committerGerrit Code Review <gerrit@onap.org>2020-04-01 18:54:56 +0000
commitc77f54bfcaad9a142014f1de5cdd43e136c7ea00 (patch)
treea6063a97a39d2ec958d92c99cb0693cb3f599854 /docs
parentbcdcc217e0cded5521aa5bcf343f03a18def9298 (diff)
parent524de2d3511a6d75ec1873d9880a3bdc1bcefb5a (diff)
Merge "VNFRQTS - updating ansible examples"
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter8/Ansible-Playbook-Examples.rst8
1 files changed, 7 insertions, 1 deletions
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