Skip to content

Commit 3589a79

Browse files
author
rpattcorner
committed
doc changes
1 parent 24b3885 commit 3589a79

File tree

4 files changed

+16
-18
lines changed

4 files changed

+16
-18
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
geocloud-ecap
22
=============
3+
This repository contains a range of Boundless open source geospatial services and the GeoShape/Rogue deployment of Geonode. All have been modified for use in the eCAP automated provisioning system.
4+
5+
Generic Requirements
6+
--------------------
7+
- eCAP server at least tag r0.1.2 or newer
8+
9+
See README.md in applications directory and subdirectories for deployment documentation

applications/README.md

+4-18
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
This repository contains a range of Boundless open source geospatial services and the GeoShape/Rogue deployment of Geonode. All have been modified for use in the eCAP automated provisioning system.
2-
3-
Requirements
4-
==============
5-
- eCAP server at least tag r0.1.2 or newer
1+
This is the eCAP Deploymenet Descriptor directory
62

73
Common Capabilities and BOK (Baskets of Kittens/Deployment Descriptors)
84
=======================================================================
@@ -15,16 +11,6 @@ Common Capabilities and BOK (Baskets of Kittens/Deployment Descriptors)
1511

1612
Operational Deployments
1713
==================
18-
This repository is under active development and contains deployments that may not be currently operational. See README.md in individual deployments for details of operational deployments.
19-
20-
geoshape_geonode Directory
21-
--------------------------
22-
geoshape_geonode contains the operational descriptors for GeoShape deployment. See README.md in that directory for status, limitations and usage
23-
24-
VPC Directory
25-
-------------
26-
The vpc directory defines BOKs to create VPC's for deployment models that target and reuse existing VPCs
27-
28-
Other Directories
29-
------------------
30-
Stubs, not operational at this time
14+
This repository is under active development and contains deployments that may not be currently operational. See README.md in individual deployments for details of operational deployments. Currently operational deployments are:
15+
- VPC - utility for creating standalone VPCs to hold other deployments
16+
- geoshape_geonode - working GeoShape deployment

applications/geoshape_geonode/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Chef community cookbook requirements are met through CAP repository and this rep
1111
GeoShape uses Chef Vault for credentials. The eCAP server must have a vault called geoshape_geonode present before deployment with two items ... geoshape_os and unison_os that hold account credentials. Create them on a one-time basis like this:
1212

1313
`knife vault create geoshape_geonode geoshape_os '{"username": "unison", "password": "somepass"}'`
14+
1415
`knife vault create geoshape_geonode unison_os '{"username": "unison", "password": "somepass"}'`
1516

1617
If you need to add an existing node to the vault later try this:
1718

1819
`knife vault update geoshape_geonode unison_os --search name:GEOSHAPE-DEV-2014121418-ZI-GEONODE-IG5`
20+
1921
`knife vault update geoshape_geonode geoshape_os --search name:GEOSHAPE-DEV-2014121418-ZI-GEONODE-IG5`
2022

2123
Where the name is the CAP-ID/Nodename of the desired node
@@ -65,9 +67,11 @@ Usage
6567
-----
6668
#### Carry out a master deployment that creates a VPC and deploys into it
6769
Expected time 34 minutes
70+
6871
`cap-deploy /opt/ecap/geocloud-ecap/applications/geoshape_geonode/master.json`
6972

7073
Same, but exclude zone us-east-1a -- needed in some older accounts with AZs that do not support VPC subnets:
74+
7175
`cap-deploy /opt/ecap/geocloud-ecap/applications/geoshape_geonode/master.json -p azskip=us-east-1a`
7276
#### Deploy into an existing dev VPC
7377
The target VPC has the CAPID of INFSTR-DEV-2014121521-CR:

applications/vpc/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ These BOKs are used to create standalone VPC containers that can be used to cont
88
Usage
99
-----
1010
Create a dev style VPC for future deployments:
11+
1112
`cap-deploy -n /opt/ecap/geocloud-ecap/applications/vpc/dev_only.json -p azskip=us-east-1a`

0 commit comments

Comments
 (0)