UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f8fa6dbe authored by Brian Rexrode's avatar Brian Rexrode Committed by Josh Wolf
Browse files

update umbrella repo url\references

parent 0febee89
No related branches found
No related tags found
1 merge request!238update umbrella repo url\references
Pipeline #175436 passed
...@@ -20,6 +20,6 @@ A working example for rke2 can be found [here][2] (Note this link is pinned to a ...@@ -20,6 +20,6 @@ A working example for rke2 can be found [here][2] (Note this link is pinned to a
You can find more information about specific jobs in each jobs specific README.md inside [umbrella-templates][1] You can find more information about specific jobs in each jobs specific README.md inside [umbrella-templates][1]
[0]: https://repo1.dso.mil/platform-one/big-bang/umbrella/-/pipelines [0]: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/pipelines
[1]: https://repo1.dso.mil/platform-one/big-bang/pipeline-templates/umbrella-templates [1]: https://repo1.dso.mil/platform-one/big-bang/pipeline-templates/umbrella-templates
[2]: https://repo1.dso.mil/platform-one/big-bang/umbrella/-/blob/a1b7926ce05127a57661fe5ff72c6d7a23db0470/.gitlab-ci.yml#L148 [2]: https://repo1.dso.mil/platform-one/big-bang/bigbang/-/blob/a1b7926ce05127a57661fe5ff72c6d7a23db0470/.gitlab-ci.yml#L148
...@@ -124,7 +124,7 @@ In your `kustomization.yaml` under your environment, here is an example of how t ...@@ -124,7 +124,7 @@ In your `kustomization.yaml` under your environment, here is an example of how t
```yaml ```yaml
bases: bases:
- https://repo1.dso.mil/platform-one/big-bang/umbrella.git/base/?ref=v1.2.* - https://repo1.dso.mil/platform-one/big-bang/bigbang.git/base/?ref=v1.2.*
patchesStrategicMerge: patchesStrategicMerge:
- |- - |-
apiVersion: source.toolkit.fluxcd.io/v1beta1 apiVersion: source.toolkit.fluxcd.io/v1beta1
......
...@@ -116,7 +116,7 @@ The following commands will help you monitor the progress of the Big Bang deploy ...@@ -116,7 +116,7 @@ The following commands will help you monitor the progress of the Big Bang deploy
# 'bigbang' READY should be True # 'bigbang' READY should be True
NAME URL READY STATUS AGE NAME URL READY STATUS AGE
bigbang https://repo1.dso.mil/platform-one/big-bang/umbrella.git True Fetched revision: master/8a4a1ddd0c9edf316f5362680cf2921baf0c3451 25m bigbang https://repo1.dso.mil/platform-one/big-bang/bigbang.git True Fetched revision: master/8a4a1ddd0c9edf316f5362680cf2921baf0c3451 25m
``` ```
1. Verify the Big Bang Helm Chart was deployed 1. Verify the Big Bang Helm Chart was deployed
...@@ -137,7 +137,7 @@ The following commands will help you monitor the progress of the Big Bang deploy ...@@ -137,7 +137,7 @@ The following commands will help you monitor the progress of the Big Bang deploy
# The Git repository holding the Helm charts for each package can be seen in the URL column. # The Git repository holding the Helm charts for each package can be seen in the URL column.
# The STATUS column shows the branch and tag of the revision being used. # The STATUS column shows the branch and tag of the revision being used.
NAMESPACE NAME URL READY STATUS AGE NAMESPACE NAME URL READY STATUS AGE
bigbang bigbang https://repo1.dso.mil/platform-one/big-bang/umbrella.git True Fetched revision: master/3a44686520152e576a8c2c6f264876efff497c4b 8m25s bigbang bigbang https://repo1.dso.mil/platform-one/big-bang/bigbang.git True Fetched revision: master/3a44686520152e576a8c2c6f264876efff497c4b 8m25s
bigbang logging https://repo1.dso.mil/platform-one/big-bang/apps/core/logging.git True Fetched revision: release-v0.2.x/9cfe1e14c12098464ee89eb877614f781cd78fb7 8m23s bigbang logging https://repo1.dso.mil/platform-one/big-bang/apps/core/logging.git True Fetched revision: release-v0.2.x/9cfe1e14c12098464ee89eb877614f781cd78fb7 8m23s
bigbang certmanager https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/cert-manager.git True Fetched revision: release-v1.0.x/1247135baf145dcfad4a4a02ef679c48fb76d9fb 8m23s bigbang certmanager https://repo1.dso.mil/platform-one/big-bang/apps/sandbox/cert-manager.git True Fetched revision: release-v1.0.x/1247135baf145dcfad4a4a02ef679c48fb76d9fb 8m23s
bigbang istio https://repo1.dso.mil/platform-one/big-bang/apps/core/servicemesh.git True Fetched revision: chart-release/2b02a51b7950ce21bac26403fa25d09e7e3f86c3 8m23s bigbang istio https://repo1.dso.mil/platform-one/big-bang/apps/core/servicemesh.git True Fetched revision: chart-release/2b02a51b7950ce21bac26403fa25d09e7e3f86c3 8m23s
......
...@@ -8,11 +8,11 @@ Included here is a setup that will allow you to checkout and begin development u ...@@ -8,11 +8,11 @@ Included here is a setup that will allow you to checkout and begin development u
#### Access #### Access
+ [AWS GovCloud (US) EC2](https://console.amazonaws-us-gov.com/ec2) + [AWS GovCloud (US) EC2](https://console.amazonaws-us-gov.com/ec2)
+ [Umbrella repository](https://repo1.dso.mil/platform-one/big-bang/umbrella) + [Umbrella repository](https://repo1.dso.mil/platform-one/big-bang/bigbang)
+ [Iron Bank registry](https://registry1.dso.mil/) + [Iron Bank registry](https://registry1.dso.mil/)
- [AWS GovCloud (US) EC2](https://console.amazonaws-us-gov.com/ec2) - [AWS GovCloud (US) EC2](https://console.amazonaws-us-gov.com/ec2)
- [Umbrella repository](https://repo1.dsop.io/platform-one/big-bang/umbrella) - [Umbrella repository](https://repo1.dsop.io/platform-one/big-bang/bigbang)
- [Iron Bank registry](https://registry1.dsop.io/) - [Iron Bank registry](https://registry1.dsop.io/)
#### Utilities #### Utilities
...@@ -274,8 +274,8 @@ kubectl get nodes ...@@ -274,8 +274,8 @@ kubectl get nodes
mkdir -pv ~/repos/ mkdir -pv ~/repos/
cd ~/repos cd ~/repos
git clone https://repo1.dso.mil/platform-one/big-bang/umbrella.git git clone https://repo1.dso.mil/platform-one/big-bang/bigbang.git
cd ~/repos/umbrella cd ~/repos/bigbang
``` ```
From the base of the project From the base of the project
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"description": "Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved [packages](#packages) into a Kubernetes cluster. Big Bang follows a [GitOps](#gitops) approach to configuration management, using [Flux v2](#flux-v2) to reconcile Git with the cluster. Environments (e.g. dev, prod) and packages (e.g. istio) can be fully configured to suit the deployment needs.", "description": "Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved [packages](#packages) into a Kubernetes cluster. Big Bang follows a [GitOps](#gitops) approach to configuration management, using [Flux v2](#flux-v2) to reconcile Git with the cluster. Environments (e.g. dev, prod) and packages (e.g. istio) can be fully configured to suit the deployment needs.",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://repo1.dso.mil/platform-one/big-bang/umbrella.git" "url": "https://repo1.dso.mil/platform-one/big-bang/bigbang.git"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^11.0.0", "@commitlint/cli": "^11.0.0",
......
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
interval: 1m0s interval: 1m0s
# NOTE: We could use the same "bigbang" repository, but secrets are usually committed to a consumer owned repo, # NOTE: We could use the same "bigbang" repository, but secrets are usually committed to a consumer owned repo,
# so we are demonstrating that here with a new `GitRepository` resource pointed to the same repo # so we are demonstrating that here with a new `GitRepository` resource pointed to the same repo
url: https://repo1.dso.mil/platform-one/big-bang/umbrella.git url: https://repo1.dso.mil/platform-one/big-bang/bigbang.git
ref: ref:
branch: master branch: master
--- ---
......
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