UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 3a3fe31c authored by Ryan Thompson's avatar Ryan Thompson
Browse files

Merge branch 'docs/package-development' into 'master'

docs: add note about `DEVELOPMENT_MAINTENANCE`

See merge request !4027
parents 4bde0a7f 4545699a
No related branches found
No related tags found
1 merge request!4027docs: add note about `DEVELOPMENT_MAINTENANCE`
Pipeline #3040322 passed
......@@ -65,6 +65,13 @@ Package is the term we use for an application that has been prepared to be deplo
1. Add a continuous integration (CI) pipeline to the Package. A Package should be able to be deployed by itself, independently from the BigBang chart. The Package pipeline takes advantage of this to run a Package pipeline test. The package testing is done with a helm test library. Reference the [pipeline documentation](https://repo1.dso.mil/big-bang/pipeline-templates/pipeline-templates#using-the-infrastructure-in-your-package-ci-gitlab-pipeline) for how to create a pipeline and also [detailed instructions](https://repo1.dso.mil/big-bang/apps/library-charts/gluon/-/blob/master/docs/bb-tests.md) in the gluon library. Instructions are not repeated here.
1. Documentation for the Package should be included. A "docs" directory would include all detailed documentation. Reference other that Packages for examples.
1. You should include a `DEVELOPMENT_MAINTENANCE.md` file in this directory. Outlined in this file should the following:
- How to update the package
- How to deploy the package in a test environment
- How to test the package
- A list of modifications that were made from the upstream chart
1. Add the following markdown files to complete the Package. Reference other that Packages for examples of how to create them.
......@@ -96,6 +103,7 @@ Package is the term we use for an application that has been prepared to be deplo
├── cypress/
└── scripts/
├── docs/
├── DEVELOPMENT_MAINTENANCE.md
├── documentation-file-1.md
└── documentation-file-2.md
├── tests/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment