summaryrefslogtreecommitdiffstats
path: root/docs/Chapter8/Ansible-Playbook-Examples.rst
AgeCommit message (Collapse)AuthorFilesLines
2020-08-26Update links to use intersphinx mappingLovett, Trevor1-1/+1
Issue-ID: VNFRQTS-908 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Icac746788e218ba977dd6dc1cfdfaaeda608cd3f
2020-07-12Requirement ID Generation and RST ValidationLovett, Trevor1-5/+5
The new check.py script will now perform a variety of actions to simplify updates and ensure specific practices are followed for each update. The script has been integrated with tox and will run whenever the documentation is created. It can also be ran separately by just invoking python check.py. The script will perform a variety of automatic updates where possible, and provide a warning where auto-updates are not possible. The expecation is that all warnings are addressed before submitting for review, but given it is a new feature warnings do not block validation at this time. Here is a summary of the warnings and updates: Warnings: - Requirement missing required attributes - Invalid values for attributes - Invalid section header usage in any file - :keyword: and requirement mismatch Auto Updates: - Assigning :id: on new requirements where an ID missing - Adding :introduced: attribute on new requirements - Adding/correcting :updated: attribute on changed requirements Issue-ID: VNFRQTS-896 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: I283441330a139aa1c6e2e79f0c54c5979bf44642
2020-03-31VNFRQTS - updating ansible examplesHagop Bozawglanian1-1/+7
Issue-ID: VNFRQTS-870 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ic4cab74366f32ca41d166f3fc2ba3bbbbda0a2af
2020-03-18VNFRQTS - Update Ansible RequirementsHagop Bozawglanian1-68/+126
Issue-ID: VNFRQTS-859 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: I27acd935b5c71a1243f1f68330b3515e70638576
2019-09-18VNFRQTS - Adding link to ansibleHagop Bozawglanian1-0/+4
Issue-ID: VNFRQTS-529 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Iab38b6bd612bd76b00ffd557f1275a7eed192788
2019-08-12VNFRQTS - Fixing '\' usageHagop Bozawglanian1-4/+0
Issue-ID: VNFRQTS-696 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Ied87d2502cea2e1b29f75ff585efcadf76e6a300
2019-04-24VNFRQTS - Doc8 fixesHagop Bozawglanian1-13/+13
Change-Id: Ic39bc7aa3e8eab163a8123164f88f30df7ae616c Issue-ID: VNFRQTS-606 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2019-04-17VNFRQTS - xNF to VNF or PNFHagop Bozawglanian1-1/+1
Change-Id: I4a6a445a6c713c4be53be8cd79e158a1a10bc975 Issue-ID: VNFRQTS-571 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
2018-10-30VNFRQTS - Updating Management RequirementsBozawglanian, Hagop (hb755d)1-265/+557
Issue-ID: VNFRQTS-260 Change-Id: Icc54a27ade829e92a9d23f716b167911301b196d Signed-off-by: Bozawglanian, Hagop (hb755d) <hagop.bozawglanian@att.com>
2018-10-23VNFRQTS - Fix incorrect metadata usageLovett, Trevor1-5/+5
Change-Id: Ic1cd85ae2afc5f3443f78365789228660fc8c3a2 Issue-ID: VNFRQTS-477 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com>
2018-08-20VNFRQTS - Updating licenses in filesBozawglanian, Hagop (hb755d)1-3/+14
Change-Id: Ia321de03676efe5c090249d62f5b7d1376c95b54 Issue-ID: VNFRQTS-301 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
2018-07-30VNFRQTS - Fixing Doc8 errorsBozawglanian, Hagop (hb755d)1-28/+28
Reviewing all files to make sure no doc8 errors are present. Change-Id: Ic073a7fb4096269d6b1781cecfdb2c4c8aa7b552 Issue-ID: VNFRQTS-281 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
2018-06-27[VNFRQTS] break up larger rst files into toxtreestark, steven1-0/+706
Broke all chapter files up so they follow the same patter Change-Id: I8a2152b92f0568cf4858615054bb66fabf0ea343 Issue-ID: VNFRQTS-253 Signed-off-by: stark, steven <ss820f@att.com>