Commit 00cdb05c authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

docs(deployment): use CAMARA-safe smoke inputs

parent 35ec2e25
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ Command:

```bash
bash smoke-test.sh \
  --app-id "550e8400-e29b-41d4-a716-446655440777" \
  --image "docker.io/nginx:latest" \
  --app-name "test-app" \
  --local-url "http://192.168.123.155:32263/oeg/1.0.0" \
@@ -81,6 +82,7 @@ Notes:

- use OEG northbound URL on port `32263`, not Federation Manager on `30989`
- current smoke script auto-resolves local and remote zone IDs
- current smoke script auto-normalizes invalid `appId`, app name, and app provider inputs to CAMARA-valid values
- current smoke script auto-normalizes invalid app names like `test-app` to `test_app`
- script deploys and then cleans up app instances in one run