Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install tendrl-ui alone without installing tendrl-api #340

Open
TimothyAsirJeyasing opened this issue Nov 30, 2017 · 0 comments
Open

Comments

@TimothyAsirJeyasing
Copy link
Contributor

TimothyAsirJeyasing commented Nov 30, 2017

tendrl-UI should able to access tendrl-api from any machine where its installed separately.

Currently tendrl-ui depends on tendrl-api-httpd which does apache host ssl configuration and does the proxy configuration for forwarding requests of /api/ to tendrl-api application.
tendrl-api-httpd depends on tendrl-api.

Issue:-
tendrl-ui -> tendrl-api-httpd -> tendrl-api
Due to this chain of dependency one has to install tendrl-ui, tendrl-api and tendrl-api-httpd into the same machine. This break the usage of installing tendrl-api in different machine.

Remove tendrl-api dependency for tendrl-ui and fix the required changes:-
This issue should be resolved by removing the dependency of tendrl-api from tendrl-api-httpd and should handle the required changes in the configuration. Currently the sample / default configuration has the local host ip with the port no (for ex:- 127.0.0.1:9292). This should be the server ip where api is installed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant