|
2 | 2 | Copyright (c) ${years} The Johns Hopkins University Applied Physics |
3 | 3 | Laboratory LLC. |
4 | 4 |
|
5 | | -This file is part of the Asynchronous Network Managment System (ANMS). |
| 5 | +This file is part of the Asynchronous Network Management System (ANMS). |
6 | 6 |
|
7 | 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
8 | 8 | you may not use this file except in compliance with the License. |
@@ -30,7 +30,7 @@ subcontract 1658085. |
30 | 30 | [preface] |
31 | 31 | == Introduction |
32 | 32 |
|
33 | | -This Product Guide provides architectural and maintenance details about the Asynchronous Network Managment System (ANMS), which is part of the Advanced Multi Mission Operations System (AMMOS) suite of tools. |
| 33 | +This Product Guide provides architectural and maintenance details about the Asynchronous Network Management System (ANMS), which is part of the Advanced Multi Mission Operations System (AMMOS) suite of tools. |
34 | 34 |
|
35 | 35 | === Identification |
36 | 36 |
|
@@ -82,6 +82,52 @@ Internet Protocol (IP):: |
82 | 82 | The network protocol used for inter-container communication and for BP convergence layer messaging with AMP Agents. |
83 | 83 |
|
84 | 84 |
|
| 85 | +=== References |
| 86 | + |
| 87 | +.Applicable JPL Rules Documents |
| 88 | +[%header,width=100%,cols="<.<3,>.<1"] |
| 89 | +|=== |
| 90 | +|Title |
| 91 | +|Document Number |
| 92 | + |
| 93 | +|Software Development[[jpl-sd,SD]] |
| 94 | +|57653 rev 10 |
| 95 | + |
| 96 | +|=== |
| 97 | + |
| 98 | + |
| 99 | +.Applicable MGSS Documents |
| 100 | +[%header,width=100%,cols="<.<3,>.<1"] |
| 101 | +|=== |
| 102 | +|Title |
| 103 | +|Document Number |
| 104 | + |
| 105 | +|MGSS Implementation and Maintenance Task Requirements[[mimtar,MIMTaR]] |
| 106 | +|DOC-001819 ref F |
| 107 | + |
| 108 | +|ANMS User Guide[[anms-user-guide,ANMS User Guide]] |
| 109 | +|DOC-005443 |
| 110 | + |
| 111 | +|=== |
| 112 | + |
| 113 | +.Applicable Other Documents |
| 114 | +[%header,width=100%,cols="<.<3,>.<1"] |
| 115 | +|=== |
| 116 | +|Title |
| 117 | +|Reference |
| 118 | + |
| 119 | +|Installing Puppet[[puppet-agent]] |
| 120 | +|https://www.puppet.com/docs/puppet/7/install_puppet.html[puppet-agent] |
| 121 | + |
| 122 | +|Installing Bolt[[puppet-bolt]] |
| 123 | +|https://www.puppet.com/docs/bolt/latest/bolt_installing.html#install-bolt-on-rhel[puppet-bolt] |
| 124 | + |
| 125 | +|Using SELinux[[rhel8-selinux]] |
| 126 | +|https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/pdf/using_selinux/red_hat_enterprise_linux-8-using_selinux-en-us.pdf[rhel8-selinux] |
| 127 | + |
| 128 | +|=== |
| 129 | + |
| 130 | + |
85 | 131 | == ANMS Architecture |
86 | 132 |
|
87 | 133 | The ANMS is designed with a microservice architecture using containers for isolation and network protocols to communicate between services. |
@@ -588,17 +634,5 @@ Add the following line to the Puppet common.yaml file, typically found at `+pupp |
588 | 634 | selinux::mode: permissive |
589 | 635 | ---- |
590 | 636 |
|
591 | | - |
592 | | - |
593 | | - |
594 | | - |
595 | | -[bibliography] |
596 | | -== References |
597 | | -[bibliography] |
598 | | -* [[[anms-user-guide,ANMS User Guide]]] "Asynchronous Network Management System User Guide," JHU/APL |
599 | | -* [[[puppet-agent]]] Puppet, "Installing Puppet," 2023. Available at https://www.puppet.com/docs/puppet/7/install_puppet.html |
600 | | -* [[[puppet-bolt]]] Puppet, "Installing Bolt," 2023. Available at https://www.puppet.com/docs/bolt/latest/bolt_installing.html#install-bolt-on-rhel |
601 | | -* [[[rhel8-selinux,Using SELinux]]] RedHat, "Using SELinux", 7 Feb 2023. Available at https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/pdf/using_selinux/red_hat_enterprise_linux-8-using_selinux-en-us.pdf |
602 | | - |
603 | 637 | [index] |
604 | 638 | == Index |
0 commit comments