Re: [Openstack] Fuel-9.2 - Broken deployment on one node stops all other nodes too

2017-11-02 Thread Raja T Nair
Hi Evgeniy, apt-cache policy fuel-ha-utils says that the package is not to be found. Now I re-installed fuel on another node(as there was a lot of issues faced on the old one), and created local repo using these commands: fuel-mirror create -P ubuntu -G ubuntu fuel-mirror apply -G ubuntu -I /usr

Re: [Openstack] Fuel-9.2 - Broken deployment on one node stops all other nodes too

2017-10-31 Thread Evgeniy L
Run "apt-cache policy fuel-ha-utils" and see from which repository does it come from, if your mirrors configured correctly, the package should come from your mirror. It also shows what command it failed to run, "/usr/bin/apt-get -q -y -o DPkg::Options::=--force-confold -o APT::Get::AllowUnauthentic

Re: [Openstack] Fuel-9.2 - Broken deployment on one node stops all other nodes too

2017-10-31 Thread Raja T Nair
Hi, I built the repos locally, using the instructions in this page: https://docs.openstack.org/fuel-docs/latest/userdocs/fuel-install-guide/local-repo.html Now, while trying to deploy to 2 newly added nodes, it fails with this error: 2017-10-31 06:45:11ERR(/Stage[main]/Osnailyfacter::Fuel_pkgs::

Re: [Openstack] Fuel-9.2 - Broken deployment on one node stops all other nodes too

2017-10-30 Thread Evgeniy L
Hi, fuel_pkgs/9 means that "fuel_pkgs" task failed on node with id 9, find the node with this id using "fuel node" (run it from Fuel node), ssh to the nodes and look for errors in /var/log/puppet.log. If Nova service was running before, it should be running even after fuel_pkgs task failed on one

[Openstack] Fuel-9.2 - Broken deployment on one node stops all other nodes too

2017-10-30 Thread Raja T Nair
Hello All, Trying to add one more node to the group, and it breaks with error: Failed tasks: Task[fuel_pkgs/9] Stopping the deployment process! But now the entire cluster is stopped - nova service on all nodes are down. Is this expected behaviour? How do I get back my cluster active? Please help