Master node setup failed with "No such image or container postgress"

Bug #1525964 reported by Evgeny Sikachev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Critical
Stanislaw Bogatkin

Bug Description

ENVIRONMENT: MOS 8.0 ISO 286 and above

STEPS TO REPRODUCE:
1. Try deploy master-node

EXPECTED RESULT:
Master-node deployed

ACTUAL RESULT:
After reboot master-node we have error: No such image or container postgress

summary: - Master node setup failed with docker containers in status Not created
+ Master node setup failed with "No such image or container postgress"
affects: mos → fuel
Changed in fuel:
milestone: 8.0 → none
milestone: none → 8.0
Ilya Kutukov (ikutukov)
Changed in fuel:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Fuel Python Team (fuel-python)
assignee: Fuel Python Team (fuel-python) → Fuel Library Team (fuel-library)
tags: added: area-library
tags: added: module-master-node-installation
Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Stanislaw Bogatkin (sbogatkin)
Revision history for this message
Stanislaw Bogatkin (sbogatkin) wrote :

Checked on ISO #302:

after setup master node (tried after rebooting it several times - results the same):

[root@nailgun ~]# dockerctl shell postgres
[root@nailgun /]# su - postgres
Last login: Wed Dec 16 12:47:05 UTC 2015
-bash-4.2$ \l
-bash: l: command not found
-bash-4.2$ logout
[root@nailgun /]# exit
[root@nailgun ~]#
[root@nailgun ~]#
[root@nailgun ~]# dockerctl shell postgres
[root@nailgun /]# su - postgres
Last login: Wed Dec 16 12:48:38 UTC 2015
-bash-4.2$ psql
psql (9.3.10)
Type "help" for help.

postgres=# \l
                                  List of databases
   Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
 keystone | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =T/postgres +
<...list of db's...>
(6 rows)

postgres=# \c nailgun
You are now connected to database "nailgun" as user "postgres".
nailgun=# \dt
                     List of relations
 Schema | Name | Type | Owner
--------+---------------------------------+-------+---------
 public | action_logs | table | nailgun
 <...list of tables...>
 public | volume_manager_node_volumes | table | nailgun
(35 rows)

So, moved to incomplete.

Changed in fuel:
status: Confirmed → Incomplete
tags: added: team-bugfix
Changed in fuel:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.