Skip to content

Commit b7e5418

Browse files
committed
feat: disconnected testing
Signed-off-by: Chris Butler <chris.butler@redhat.com>
1 parent e993d3c commit b7e5418

18 files changed

Lines changed: 2537 additions & 5 deletions

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ azure-env.sh
1919
openshift-install
2020
node_modules
2121
.envrc
22-
.ansible/
22+
.ansible/
23+
__pycache__/
24+
openshift-install*

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ The target operating model has two clusters:
99

1010
The current version of this application the confidential containers assumes deployment to Azure.
1111

12+
## Deployment Options
13+
14+
- **Standard (Connected) Deployment**: Requires internet access from the cluster ([Installation Guide](#setup-instructions))
15+
- **Disconnected Deployment**: For air-gapped or restricted network environments ([Disconnected Guide](docs/DISCONNECTED.md))
16+
1217
On the platform a sample workload is deployed:
1318

1419
1. Sample hello world applications to allow users to experiment with the policies for CoCo and the KBS (trustee).

0 commit comments

Comments
 (0)