Skip to content

Commit

Permalink
Merge pull request #5 from COPRS/release/1.4.0
Browse files Browse the repository at this point in the history
RS-XX: Fix documentation for release 1.4.1
  • Loading branch information
w-jka authored Sep 30, 2022
2 parents 644fe39 + 140b582 commit 7a9338b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ In order to deploy a RS Add-on the Ansible scripts from the [infrastructure repo
```
ansible-playbook deploy-rs-addon.yaml \
-i inventory/mycluster/hosts.ini \
-e rs_addon_location=https://artifactory.coprs.esa-copernicus.eu/artifactory/rs-zip-private/rs-addons/s1/RS_ADDON_S1-L0ASP_<VERSION>.zip \
-e rs_addon_location=https://artifactory.coprs.esa-copernicus.eu/artifactory/rs-docker/rs-addons/s1/RS_ADDON_S1-L0ASP_<VERSION>.zip \
-e stream_name=S1_L0ASP
```

```
ansible-playbook deploy-rs-addon.yaml \
-i inventory/mycluster/hosts.ini \
-e rs_addon_location=https://artifactory.coprs.esa-copernicus.eu/artifactory/rs-zip-private/rs-addons/s1/RS_ADDON_S1-L0AIOP_<VERSION>.zip \
-e rs_addon_location=https://artifactory.coprs.esa-copernicus.eu/artifactory/rs-docker/rs-addons/s1/RS_ADDON_S1-L0AIOP_<VERSION>.zip \
-e stream_name=S1_L0AIOP
```

Expand Down

0 comments on commit 7a9338b

Please sign in to comment.