Skip to content

Commit 763a091

Browse files
authored
DDR updates (#1)
* Fix typo in project name * Updating references to conform with MGSS templates * Fixing reference formatting
1 parent defbcfb commit 763a091

16 files changed

Lines changed: 118 additions & 45 deletions

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Copyright (c) 2023 The Johns Hopkins University Applied Physics
33
## Laboratory LLC.
44
##
5-
## This file is part of the Asynchronous Network Managment System (ANMS).
5+
## This file is part of the Asynchronous Network Management System (ANMS).
66
##
77
## Licensed under the Apache License, Version 2.0 (the "License");
88
## you may not use this file except in compliance with the License.

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Copyright (c) 2023 The Johns Hopkins University Applied Physics
33
## Laboratory LLC.
44
##
5-
## This file is part of the Asynchronous Network Managment System (ANMS).
5+
## This file is part of the Asynchronous Network Management System (ANMS).
66
##
77
## Licensed under the Apache License, Version 2.0 (the "License");
88
## you may not use this file except in compliance with the License.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) 2023 The Johns Hopkins University Applied Physics
33
Laboratory LLC.
44
5-
This file is part of the Asynchronous Network Managment System (ANMS).
5+
This file is part of the Asynchronous Network Management System (ANMS).
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) 2023 The Johns Hopkins University Applied Physics
33
Laboratory LLC.
44
5-
This file is part of the Asynchronous Network Managment System (ANMS).
5+
This file is part of the Asynchronous Network Management System (ANMS).
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ subcontract 1658085.
2121
-->
2222
# ANMS Documentation
2323

24-
This repository contains user and maintenance manuals for the Asynchronous Network Managment System (ANMS).
24+
This repository contains user and maintenance manuals for the Asynchronous Network Management System (ANMS).
2525

2626
It is written with [AsciiDoc](https://asciidoc.org/) and intended for PDF and HTML publication formats.
2727

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Copyright (c) 2023 The Johns Hopkins University Applied Physics
44
## Laboratory LLC.
55
##
6-
## This file is part of the Asynchronous Network Managment System (ANMS).
6+
## This file is part of the Asynchronous Network Management System (ANMS).
77
##
88
## Licensed under the Apache License, Version 2.0 (the "License");
99
## you may not use this file except in compliance with the License.

license.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Copyright (c) ${years} The Johns Hopkins University Applied Physics
22
Laboratory LLC.
33

4-
This file is part of the Asynchronous Network Managment System (ANMS).
4+
This file is part of the Asynchronous Network Management System (ANMS).
55

66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

product-guide/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) 2023 The Johns Hopkins University Applied Physics
33
Laboratory LLC.
44
5-
This file is part of the Asynchronous Network Managment System (ANMS).
5+
This file is part of the Asynchronous Network Management System (ANMS).
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.

product-guide/docinfo.xml.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<subtitle>DOC-005539, Prepared by The Johns Hopkins Applied Physics Laboratory</subtitle>
1+
<subtitle>DOC-005444, Prepared by The Johns Hopkins Applied Physics Laboratory</subtitle>
22
<!-- <edition>@PROJECT_VERSION@</edition> -->
33
<author>
44
<orgname>
@@ -12,7 +12,7 @@
1212
<legalnotice>
1313
<title>License</title>
1414
<simpara>
15-
This document is part of the Asynchronous Network Managment System (ANMS).
15+
This document is part of the Asynchronous Network Management System (ANMS).
1616
</simpara>
1717
<simpara>
1818
Licensed under the Apache License, Version 2.0 (the "License");
@@ -34,9 +34,9 @@ subcontract 1658085.
3434
<revhistory>
3535
<revision>
3636
<revnumber>Initial</revnumber>
37-
<date>21 August 2023</date>
37+
<date>30 August 2023</date>
3838
<revdescription>
39-
Initial issue of document.
39+
Initial issue of document for ANMS v1.0
4040
</revdescription>
4141
</revision>
4242
</revhistory>

product-guide/manual.adoc

Lines changed: 48 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Copyright (c) ${years} The Johns Hopkins University Applied Physics
33
Laboratory LLC.
44

5-
This file is part of the Asynchronous Network Managment System (ANMS).
5+
This file is part of the Asynchronous Network Management System (ANMS).
66

77
Licensed under the Apache License, Version 2.0 (the "License");
88
you may not use this file except in compliance with the License.
@@ -30,7 +30,7 @@ subcontract 1658085.
3030
[preface]
3131
== Introduction
3232

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.
3434

3535
=== Identification
3636

@@ -82,6 +82,52 @@ Internet Protocol (IP)::
8282
The network protocol used for inter-container communication and for BP convergence layer messaging with AMP Agents.
8383

8484

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+
85131
== ANMS Architecture
86132

87133
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
588634
selinux::mode: permissive
589635
----
590636

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-
603637
[index]
604638
== Index

product-guide/pdf-opts.xsl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33
<xsl:param name="doc.collab.show">0</xsl:param>
44
<xsl:param name="latex.output.revhistory">1</xsl:param>
5+
<xsl:param name="preface.tocdepth">2</xsl:param>
56

67
<xsl:param name="qanda.defaultlabel">none</xsl:param>
78
<xsl:param name="bibliography.numbered">0</xsl:param>

0 commit comments

Comments
 (0)