diff options
author | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-03-31 16:31:02 -0700 |
---|---|---|
committer | Hagop Bozawglanian <hagop.bozawglanian@att.com> | 2020-03-31 16:31:02 -0700 |
commit | 524de2d3511a6d75ec1873d9880a3bdc1bcefb5a (patch) | |
tree | f32e44ea234aa1951ea7c9a15433df8b79a29bc9 /docs/Chapter8/Ansible-Playbook-Examples.rst | |
parent | 1e9417a22ea4ec8f58e1ba100d9096312b1c4729 (diff) |
VNFRQTS - updating ansible examples
Issue-ID: VNFRQTS-870
Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Change-Id: Ic4cab74366f32ca41d166f3fc2ba3bbbbda0a2af
Diffstat (limited to 'docs/Chapter8/Ansible-Playbook-Examples.rst')
-rw-r--r-- | docs/Chapter8/Ansible-Playbook-Examples.rst | 8 |
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 |