aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas Duval <thomas.duval@orange.com>2017-12-27 17:49:18 +0100
committerThomas Duval <thomas.duval@orange.com>2017-12-27 17:54:31 +0100
commitbb9dbc1d44d3687ca019322e49bbc98ccf92d071 (patch)
tree805411c047ff072b01a2117987b0c76374778884 /README.md
parent9dd62ad94b3b7aa2d5c71aefe1b43c108b2c9e6d (diff)
Update the documentation
Change-Id: I705ac9b017184fcfff77856d77fc50a306f1fbf5
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2710d5a7..ecb868b3 100644
--- a/README.md
+++ b/README.md
@@ -89,10 +89,19 @@ Launch functional [test scenario](tests/functional/scenario_enabled) :
```bash
sudo pip install python_moonclient --upgrade
cd $MOON_HOME/tests/functional/scenario_tests
-moon_populate_values --consul-host=$MOON_HOST --consul-port=30005 -v rbac_large.py
-moon_send_authz --consul-host=$MOON_HOST --consul-port=30005 --authz-host=$AUTHZ_HOST --authz-port=$AUTHZ_PORT -v rbac_large.py
+moon_create_pdp --consul-host=$MOON_HOST --consul-port=30005 -v rbac_large.py
+moon_get_keystone_project --consul-host=$MOON_HOST --consul-port=30005
+moon_get_pdp --consul-host=$MOON_HOST --consul-port=30005
+moon_map_pdp_to_project "<pdp_id>" "<keystone_project_id>"
+moon_send_authz_to_wrapper --consul-host=$MOON_HOST --consul-port=30005 --authz-host=$WRAPPER_HOST --authz-port=$WRAPPER_PORT -v rbac_large.py
```
+To retrieve the wrapper information, use the following command:
+```bash
+kubectl get -n moon services | grep wrapper
+```
+
+
## Annexe
### Authentication
If you configured the authentication in the Moon platform: