Skip to content

Commit a6c8f4c

Browse files
authored
Merge pull request #17 from SystemsApproach/validate
Small fixes to pass validation tests; remove linkcheck
2 parents 79317e4 + 88e556a commit a6c8f4c

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $(VIRTUALENV):
2727
pip install -r requirements.txt
2828

2929
# lint and link verification. linkcheck is built into sphinx
30-
test: lint spelling linkcheck
30+
test: lint spelling
3131

3232
# lint all .rst files
3333
lint: $(VIRTUALENV)

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ About The Book
66
:alt: deployment status button
77
:target: https://github.com/SystemsApproach/ops/actions/
88

9-
|
10-
11-
9+
|
1210
1311
Source for *Edge Cloud Operations: A Systems Approach* is available on
1412
GitHub under

preface.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Our roadmap may not be the right one for all circumstances, but it
4343
does shine a light on the fundamental challenges and trade-offs
4444
involved in operationalizing a cloud. As we can attest based on our
4545
experience, it’s a complicated design space with an overabundance of
46-
terminology and storylines to untangle.
46+
terminology and storylines to untangle.
4747

4848
Intended Audience
4949
------------------

provision.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The following fields are also filled in when creating a Device:
233233
* MAC Addresses
234234

235235
Note there is typically both a primary and a management (e.g., BMC/IPMI)
236-
interface. One convenience feature of Netbox is to use the *Device Type* as a
236+
interface. One convenience feature of NetBox is to use the *Device Type* as a
237237
template that sets the default naming of interfaces, power connections, and
238238
other equipment model specific attributes.
239239

@@ -377,7 +377,7 @@ The Ansible playbooks install and configure the network services on the
377377
Management Server. The role of DNS and DHCP are obvious. As for iPXE and Nginx,
378378
they are used to bootstrap the rest of the infrastructure. The compute servers
379379
are configured by iPXE delivered over DHCP/TFTP, and then load the scripted OS
380-
installation from a Nginx webserver. The fabric switches load their
380+
installation from a Nginx web server. The fabric switches load their
381381
Stratum OS package from Nginx.
382382

383383
In many cases, the playbooks use parameters—such as VLANs, IP

0 commit comments

Comments
 (0)