Skip to content

Commit ce09ae5

Browse files
authored
Merge pull request #103 from ortelius/dev
Update fields on Application and Component Details
2 parents 8c447b7 + a09f2b2 commit ce09ae5

File tree

2 files changed

+39
-84
lines changed

2 files changed

+39
-84
lines changed

content/en/guides/userguide/Packaging Applications/2 Defining Applications.md

+22-9
Original file line numberDiff line numberDiff line change
@@ -61,23 +61,40 @@ The Dashboard view displays all information related to a specific _Application B
6161
|**Created** | The date the _Application_ was added. |
6262
|**Modified** | The date the _Application_ was updated. |
6363

64-
### _Application_ Dependency Map
64+
### _Application_ Dependencies
65+
66+
The Dependency list shows all of your _Package Components_. This will remain empty until you assign _Components_ to your _Application_. You can manually assign _Package Components_ by using the _Package Components_ tab at the top of your _Application_ Dashboard. Alternatively, the recommended method is to automate the collection of this data via a [CI/CD Command Line Interface (CLI)](/guides/userguide/integrations/ci-cd_integrations/).
67+
68+
### Vulnerabilities
69+
70+
Your _Application's_ vulnerabilities are derived by aggregating all of your _Package Component's_ vulnerabilities to the 'logical' _Application_ level. Vulnerabilities are displayed based on each _Component's_ SBOM. This data is automatically populated when one or more of your _Package Components_ have an SBOM that produced vulnerability data.
71+
72+
>Note - This list may be incomplete if one or more of your _Package Components_ do not have an associated SBOM that can be used to gather vulnerability data.
73+
74+
### SBOM
75+
76+
Your _Application's_ SBOM is derived by aggregating all of your _Package Component's_ SBOMs to the 'logical' _Application_ level.
77+
78+
>Note - This list may be incomplete if one or more of your _Package Components_ do not have an associated SBOM.
6579
66-
The Dependency Map provides a graphical view of all your _Package Components_. This will remain empty until you assign _Components_ to your _Application_. Do this by using the _Package Components_ tab at the top of your _Application_ Dashboard.
6780

6881
### Log History
6982

7083
_Applications_ can be deployed many times, to the same or different locations (_Environments_). For every Deployment, the Log History will show all deployments based on "Result" and "Date".
7184

7285
{{% include "guides/userguide/reusable/Attributes.md" %}}
7386

74-
### Assigned Environments
87+
### Trends
7588

76-
Each _Application Base Version_ is assigned the _Environments_ to which they will be deployed. _Application Versions_ inherit the _Environments_ from the _Application Base Version_. By using the "+Add this Application to an Environment to enable Deployments" option, you can add _Environments_ where the _Application_ is to be deployed. You can assign the _Application_ to as many _Environments_ as needed. The Detail field will contain a link to the deployment Log for the last _Environment_ where the _Application_ was deployed.
89+
The Trends graph shows the success or failure rates overtime as well at the time required for the last 10 deployments. If an _Application_ deployment takes longer than previous deployments, there is an issue with the deployment logic.
90+
91+
### Deployed Environments
92+
93+
When you record deployments via the Ortelius CLI, you can capture deployment data showing which _Application Versions_ have been deployed an _Environment_.
7794

7895
### Last Deployment Difference Based on Environment
7996

80-
The Difference Graph shows what changed in the last deployment between the previous deployment. For the _Application Base Version_ all _Components_ will be shown. Subsequent deployments will only show changes.
97+
When tracking versions, the Difference Graph shows what changed in the last deployment between the previous deployment.
8198

8299
{{% include "guides/userguide/reusable/AuditTrail-withDeployments.md" %}}
83100

@@ -91,10 +108,6 @@ The Difference Graph shows what changed in the last deployment between the previ
91108
| **Change** | Any _User_ in any _Group_ within this list can make changes to the _Component_. |
92109
| **Deploy** | Any _User_ in any _Group_ within this list can deploy the _Application_. Restrictions are based on the Access defined at the _Environment_ level. |
93110

94-
### Trends
95-
96-
The Trends graph shows the success or failure rates overtime as well at the time required for the last 10 deployments. If an _Application_ deployment takes longer than previous deployments, there is an issue with the deployment logic.
97-
98111

99112
## Package Components Tab
100113

content/en/guides/userguide/Publishing Components/2 Define Components.md

+17-75
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ The following fields are common to all _Components_:
6262
| --- | --- |
6363
| **Service Owner** | The owner of the _Component_, whose default value is the creator of the _Component_. |
6464
| **Service Owner Email** | The email of the owner. Important for knowing who to contact in the case of an anomaly. |
65+
| **Service Owner Phone** | The phone number of the owner. |
6566
| **PagerDuty Business Service URL** | Enter the address to the PagerDuty page that is associated to the business service for this _Component_.|
6667
| **PagerDuty Service URL** | Enter the address to the PagerDuty page that is associated to the _Component_ itself.|
6768
| **Slack Channel** | Enter what Slack Channel that can be used to report issues about this _Component_.|
@@ -118,26 +119,6 @@ Database _Components_ are used for making database updates such as table changes
118119
| **Rollback Target Directory** | The directory under the Base Directory where the Rollback file will be deployed, or final "Target" Directory. See [Formatting Directories](/guides/userguide/publishing-components/2-define-components/#formatting-of-the-deployment-directory-with-base-and-target-directories-for-database-and-application-file-deployments) on the order of how the deployment directory is formatted. |
119120
| **Rollback Repository** | Choose the Repository that contains your Roll Forward SQL. This list box is populated based on the _Repositories_ pre-defined in your initial setup. Based on the _Repository_ you select, you may be provided override or append fields if they were made available. For more information on _Repositories_ see [Connecting Your Repositories](/guides/userguide/first-steps/2-define-repositories/#using-the-repository-dashboard-for-viewing-and-editing).<ul><li>Filepath Override: Enter a filepath that will override the default filepath defined at the _Repository_ level.</li><li>Pattern Override: Enter a pattern that will override the default pattern defined at the _Repository_ level. Patterns are file types you want to pull from the _Repository_, such as \*.exe, \*.dll, \*.war. </li><li>Recursive Override: Select the box in order to override the default recursive behavior defined at the _Repository_ level. This will turn recursion on or off depending on the setting at the _Repository_ level. </li><li>Version Override: Overrides the default template of your versioning pattern defined at the _Repository_ level. </li></ul> |
120121

121-
### Formatting of the Deployment Directory with Base and Target Directories for Database and Application File Deployments
122-
123-
You must define the directory where your _Component_ file is going to be deployed on your _Endpoint_. This is the purpose of your _Component_ Base and Target Directories. The Base Directory is the high level directory, the Target Directory is the lower level, or final "Target" directory. _Endpoints_ may be managed by a System Administrator who may want to force the use of a particular Base Directory on the _Endpoint_. If so, this directory can be set at the _Endpoint_ Base Directory and override the _Component_ level Base Directory. When a deployment occurs, the process will check to see if the _Endpoint_ has a Base Directory defined, and will replace the _Component_ Base Directory with the _Endpoint_ Base Directory to create the full path for the deployment.
124-
125-
Below is how the full file deployment path is formatted:
126-
127-
| Component Base Directory Value| Component Target Directory Value | Endpoint Base Directory Value| Result |
128-
|---|---|---|---|
129-
| Has Value | Null | Null | The files will be placed in the _Component_ Base Directory. |
130-
| Null | Has Value | Null | The files will be placed in the _Component_ Target Directory. |
131-
| Null | Null | Has Value | The files will be placed in the _Endpoint_ Base Directory. |
132-
| Null | Has Value | Has Value | The files will be placed in the Endpoint Base Directory + Component Target Directory. |
133-
| Has Value | Null | Has Value | The files will be placed in the _Endpoint_ Base Directory. |
134-
| Has Value | Has Value | Null | The files will be placed in the Component Base Directory + Component Target Directory. |
135-
| Has Value | Has Value |Has Value| Endpoint Base Directory + Component Target Directory. |
136-
| Null | Null | Null | Deployment will fail. |
137-
138-
## _Component_ Dependency Map
139-
140-
The Dependency Map provides a graphical view of all _Applications_ that is consuming this _Component_. This will remain empty until your _Component_ is used by an an _Application_.
141122

142123
## _Endpoints_
143124

@@ -153,74 +134,31 @@ A map showing all _Environments_ where the _Component_ is deployed.
153134

154135
This section shows a list of all _Applications_ that are consuming this _Component_.
155136

156-
## Associate a Readme to Your Component
157-
158-
Give your users more information about your Container, Application File or Database Component. You can upload an external readme file to provide any information that you need to convey to your potential consumers. Use the 'Upload' option to select a file. It must be in text format.
159-
160-
### Upload Readme via the Command Line
161-
162-
You can also use the Command Line Interface (CLI) to automatically update the readme. This is useful for integrating into your CI/CD process. Use the following command line syntax to automate the update of your readme file via the pipeline.
163-
164-
~~~bash
165-
--compattr readme:<filename>
166-
~~~
167-
168-
## Associate API Definitions to Your Component
169-
170-
Publish your API definitions to provide further information about your restful APIs and the parameters needed. Ortelius takes your .json or .yaml file and renders it using [Swagger](https://swagger.io/). Use the 'Upload' option to associate your .json or .yaml file to that specific _Component Version_.
171-
172-
### Upload API Definition via the Command Line
137+
## Component Readme
173138

174-
You can automate the update of your API Definitions using the Command Line Interface (CLI). This is useful for integrating into your CI/CD process and keeping the information accurate. As you update your API, the new version information should also be updated. Use the following command line syntax to automate the update of your API Definitions file via your pipeline.
139+
Give your users more information about your Container, Application File or Database Component. You can upload an external readme file to provide any information that you need to convey to your potential consumers. Use the 'Upload' option to select a file. It must be in text format. You can also automate the upload - see below.
175140

176-
~~~bash
177-
--compattr swagger:<filename>
178-
~~~
179-
180-
## Associate CVE Issues to Your Component
181-
182-
There are open source and proprietary tools to scan Docker images and source code for common vulnerabilities and exposures (CVE) with a light weight Bill of Material.Ortelius supports [Python Safety](https://pyup.io/safety/) and [CycloneDX](https://cyclonedx.org/).
183141

184-
Each version of your Docker image may have different CVE reporting. Ortelius does not scan your Docker images, it instead consolidates the scanned reports from Safety or CycloneDX. You can add these external tools during the Docker build process and produce a report that can be imported into Ortelius associating a report for every version of your image. Use the 'Upload' option to select the file which was produced by Safety or CycloneDX.
185-
186-
### Upload CVE Issues via the Command Line
187-
188-
You can automate the update of your CVE Issues using the Command Line Interface (CLI). This is useful for integrating into your CI/CD process. Use the following command line syntax to automate the update of your API Definitions file.
189-
190-
~~~bash
191-
--deppkg <type>@<filename>
192-
193-
Type can be either 'safety' or 'cyclonedx'.
194-
~~~
195-
196-
## Associating License Consumption to Your Component
142+
## Component Swagger
197143

198-
There are open source and proprietary tools to scan Docker
199-
images and source code for all licenses being consumed. Ortelius supports [Python Safety](https://pyup.io/safety/) and [CycloneDX](https://cyclonedx.org/).
144+
Publish your Swagger API definitions to provide further information about your restful APIs and the parameters needed. Ortelius takes your .json or .yaml file and renders it using [Swagger](https://swagger.io/). Use the 'Upload' option to associate your .json or .yaml file to that specific _Component Version_. You can also automate the upload - see below.
200145

201-
Each version of your Docker image may have different License Consumption report. Ortelius does not scan your Docker images, it instead consolidates the scanned reports from Safety or CycloneDX. You can use these external tools during the Docker build process and produce a report that can be imported into Ortelius associating a report for every version of your image. Use the 'Upload' option to select the file which was produced by Safety or CycloneDX.
146+
## Component SBOM
202147

203-
### Upload License Consumption via the Command Line
148+
Publish your Component's SBOM to show packages and licenses your Component is consuming. SBOMs are required for populating the CVEs.
204149

205-
You can automate the update of your License Consumption information using the Command Line Interface (CLI). This is useful for integrating into your CI/CD process. Use the following command line syntax to automate the update of your License file.
150+
## Component Vulnerabilities
206151

207-
~~~bash
208-
--deppkg <type>@<filename>
209-
210-
Type can be either 'safety' or 'cyclonedx'.
211-
~~~
152+
Component vulnerabilities are based on your SBOM. Every thirty minutes, Ortelius updates the Component vulnerabilities based on OSV.Dev. For more information refer to [OSV.Dev section](/guides/userguide/integrations/osvdev/) of this documentation.
212153

213-
## License
154+
## Component License
214155

215156
Report the license associated with your code base for your _Component_. Use the 'Upload' option to import your License file into Ortelius. The file must be in a text format.
157+
216158

217-
### Upload License via the Command Line
218-
219-
You can automate the update of your License information using the Command Line Interface (CLI). This is useful for integrating into your CI/CD process. Use the following command line syntax to automate the update of your License file.
159+
## Automate the Readme, SBOM, License, and Swagger Upload via Your Pipeline.
220160

221-
~~~bash
222-
--compattr License:<filename>
223-
~~~
161+
You can automatically upload you readme, SBOM, License, and Swagger data using the Command Line Interface (CLI) added to your pipeline. For more information review the [CI/CD CLI integration document](https://docs.ortelius.io/guides/userguide/integrations/ci-cd_integrations/).
224162

225163
{{% include "guides/userguide/reusable/AuditTrail-withDeployments.md" %}}
226164

@@ -240,3 +178,7 @@ Create _Component Versions_ that are patterned after the _Component Base Version
240178
## Publish New _Component Versions_ automatically via Continuous Delivery
241179

242180
Configure a continuous delivery system to automatically update new _Component Versions_ each time a new GitCommit triggers the workflow process. Add Ortelius to the workflow to perform the continuous versioning of new _Components_ and their consuming _Applications_. For more information, see [Using Ortelius with CI/CD](/guides/userguide/integrations/ci-cd_integrations/).
181+
182+
## _Component_ Dependency Map
183+
184+
The Dependency Map provides a graphical view of all _Applications_ that is consuming this _Component_. This will remain empty until your _Component_ is used by an an _Application_.

0 commit comments

Comments
 (0)