ddragosd commented on issue #72: Updated version of PR-15 URL: https://github.com/apache/incubator-openwhisk-devtools/pull/72#issuecomment-358415139 This PR uncovers an interesting dependency chain: in order to install API Management `whisk.properties` must exist in order to reuse the existing install scripts -> then in order to generate `whisk.properties` a new ansible environment is required. All this b/c the install script for API Management needs 3 properties from the `whisk.properties`: `GW_USER`, `GW_PWD`, `GW_HOST_V2`. It would have been better if the `whisk.properties` file could have been re-used as-is for running the tests, but it still defines properties that won't work with the tests such as : `openwhisk_home`, and the hostnames to Gateway, Controller, Invoker, Kafka are all using the private `*.docker` links.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
