Closed GaneshHitachi closed 1 year ago
@GaneshHitachi
I know this error doesn't say much but the problem is with your data yaml file.
In the epiphany-cluster
document you specify the machine for kafka
to be default-kafka1
but you do not provide a definition for this vm (there is only a doc for default-kafka
vm).
You should use default-kafka
or default-kafka1
in both places and this will solve the issue you ran into.
Thanks przemyslavic for the reply. Now I am SSH connection failure issue with the host. Please check the screenshot.
@GaneshHitachi I know this error doesn't say much but the problem is with your data yaml file. In the
epiphany-cluster
document you specify the machine forkafka
to bedefault-kafka1
but you do not provide a definition for this vm (there is only a doc fordefault-kafka
vm). You should usedefault-kafka
ordefault-kafka1
in both places and this will solve the issue you ran into.
@GaneshHitachi Additionally you also still are using the configuration/feature-mappings document which was deprecated in 2.0.1: https://github.com/epiphany-platform/epiphany/blob/v2.0/docs/changelogs/CHANGELOG-2.0.md#breaking-changes
If you made any changes to the mappings you need to add them to configuration/feature-mapping.
Thanks przemyslavic for the reply. Now I am SSH connection failure issue with the host. Please check the screenshot.
Could you provide the logfile, as far as I can see you might have some issue with your SSH keys.
Thanks przemyslavic for the reply. Now I am SSH connection failure issue with the host. Please check the screenshot.
Could you provide the logfile, as far as I can see you might have some issue with your SSH keys.
sure. log.log
Thanks przemyslavic for the reply. Now I am SSH connection failure issue with the host. Please check the screenshot.
Could you provide the logfile, as far as I can see you might have some issue with your SSH keys.
sure. [log.log](https://github.com/epiphany-platform/epiphany/files/9785520/log.log
I saw in the config that your SSH key is coming from the shared folde and your running on Windows, did you move the SSH key into the container storage:
Describe the bug A clear and concise description of what the bug is.
How to reproduce Steps to reproduce the behavior:
epicli apply sample command:
epicli --debug 4 apply -f newonprem.yml --vault-password 1234567890 --no-infrExpected behavior Since we are trying to run epiphany latest version-2.0.1, it should generate run properly and generate all files properly and eventually run properly with no errors
Config files .yml file
Environment
cat /etc/os-release
]epicli version: [
epicli --version
] 2.0.1Additional context Add any other context about the problem here. Error screenshots attached
Yml file Screenshots : I have attached yml file contents in text file as shown below: opnprem.txt