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

Container of container installer going exited state in middle of plugin installation #501

Open
virendra-sharma opened this issue Mar 12, 2019 · 3 comments

Comments

@virendra-sharma
Copy link

I have created container of installer on my master node only and done with passwordless communication of container with all nodes but while running installation it restarting docker service of master node and installer container itself going in exited state. which abort installation of plugin.

Steps performed:

  1. Installed container of installer on master node.
  2. Password less communication of container installer with all nodes in cluster.
  3. Updated configuration in hosts and inventory file.
  4. Executed install script of plugin installation.

Observation:

  1. Plugin installer restarts all nodes mentioned in hosts file, during installation.
  2. Since container running on master node, it restarted master docker service and exited it's own container.
  3. After container exited, installation of plugin aborted.
@farhan7500
Copy link
Contributor

The docker service restarts during the installation process. If the container is running on the nodes where the plugin is being installed, this failure will occur.

We need to run this container on a node which is not part of the cluster, or find a way to not retart the docker service during installation(need to investigate on this part to see if it is possible)

@wdurairaj
Copy link
Collaborator

Ansible installer in container form is still in a work in progress, i don't want to classify this bug as "high" even though there could be real issues for this 3.1 release.

@wdurairaj wdurairaj added low and removed high labels Mar 28, 2019
@wdurairaj
Copy link
Collaborator

based on my above comment , marked it as low

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

No branches or pull requests

4 participants