diff options
author | RHE <rebirthmonkey@gmail.com> | 2018-01-11 18:28:45 +0100 |
---|---|---|
committer | RHE <rebirthmonkey@gmail.com> | 2018-01-11 18:29:43 +0100 |
commit | 1788b170db073ac68b2ca3545ec54dc779686b46 (patch) | |
tree | f2e1581650495961d61ddc292773065659d4ea37 /tools | |
parent | 64232ea214cb6fdccee5c53a360231c2f2802b27 (diff) |
restructure tests
Change-Id: I1f4abead58c86f8584e12e993c1c8348341abfcc
Signed-off-by: RHE <rebirthmonkey@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/jenkins/README.md | 1 | ||||
-rw-r--r-- | tools/moon_kubernetes/README.md | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/tools/jenkins/README.md b/tools/jenkins/README.md new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/tools/jenkins/README.md @@ -0,0 +1 @@ + diff --git a/tools/moon_kubernetes/README.md b/tools/moon_kubernetes/README.md index 73d342fa..2077e580 100644 --- a/tools/moon_kubernetes/README.md +++ b/tools/moon_kubernetes/README.md @@ -78,6 +78,39 @@ You must see something like this: manager-5bfbb96988-w9wnk 1/1 Running 0 51m orchestrator-65d8fb4574-tnfx2 1/1 Running 0 51m wrapper-astonishing-748b7dcc4f-ngsvp 1/1 Running 0 51m + + +### Troubleshoot +check *Consul* for: +- *Components/Manager*, e.g. +```json +{ + "port": 8082, + "bind": "0.0.0.0", + "hostname": "manager", + "container": "wukongsun/moon_manager:v4.3.1", + "external": { + "port": 30001, + "hostname": "$MOON_HOST" + } +} +``` +- *OpenStack/Keystone*: e.g. +```json +{ + "url": "http://keystone:5000/v3", + "user": "admin", + "password": "p4ssw0rd", + "domain": "default", + "project": "admin", + "check_token": false, + "certificate": false, + "external": { + "url": "http://$MOON_HOST:30006/v3" + } +} +``` + ### Docker-K8S Port Mapping ```yamlex |