Murano deploy failed

Bug #1734019 reported by Chason Chan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
High
Chason Chan
kolla-ansible
Fix Released
Low
Chason Chan

Bug Description

TASK [murano : Importing Murano applications library package] ********************************************************************************************************************************************************************************
task path: /root/kolla-ansible/ansible/roles/murano/tasks/start.yml:69
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py
<localhost> ESTABLISH LOCAL CONNECTION FOR USER: root
<localhost> EXEC /bin/sh -c 'echo ~ && sleep 0'
<localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454 `" && echo ansible-tmp-1511405449.69-187697044774454="` echo /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454 `" ) && sleep 0'
<localhost> PUT /tmp/tmpTvz2tX TO /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454/command.py
<localhost> EXEC /bin/sh -c 'chmod u+x /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454/ /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454/command.py && sleep 0'
<localhost> EXEC /bin/sh -c '/usr/bin/python /root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454/command.py; rm -rf "/root/.ansible/tmp/ansible-tmp-1511405449.69-187697044774454/" > /dev/null 2>&1 && sleep 0'
fatal: [localhost -> localhost]: FAILED! => {
    "changed": true,
    "cmd": [
        "docker",
        "exec",
        "murano_api",
        "murano",
        "--os-username",
        "admin",
        "--os-password",
        "rqd9iVhqoFzAgg9ZhDwnx1hTbr91QcVo2f5Z3vpB",
        "--os-project-name",
        "admin",
        "--os-auth-url",
        "http://20.30.40.3:35357",
        "--murano-url",
        "http://20.30.40.3:8082",
        "package-import",
        "--exists-action",
        "u",
        "--is-public",
        "/io.murano.applications.zip"
    ],
    "delta": "0:00:02.788367",
    "end": "2017-11-23 10:50:52.619708",
    "failed": true,
    "invocation": {
        "module_args": {
            "_raw_params": "docker exec murano_api murano --os-username admin --os-password rqd9iVhqoFzAgg9ZhDwnx1hTbr91QcVo2f5Z3vpB --os-project-name admin --os-auth-url http://20.30.40.3:35357 --murano-url http://20.30.40.3:8082 package-import --exists-action u --is-public /io.murano.applications.zip",
            "_uses_shell": false,
            "chdir": null,
            "creates": null,
            "executable": null,
            "removes": null,
            "warn": true
        }
    },
    "rc": 1,
    "start": "2017-11-23 10:50:49.831341",
    "stderr": "Invalid filename path supplied: /io.murano.applications.zip",
    "stderr_lines": [
        "Invalid filename path supplied: /io.murano.applications.zip"
    ],
    "stdout": "Package file '/io.murano.applications.zip' does not exist, attempting to download",
    "stdout_lines": [
        "Package file '/io.murano.applications.zip' does not exist, attempting to download"
    ]
}

Chason Chan (chen-xing)
Changed in kolla:
assignee: nobody → Chason (chen-xing)
Changed in kolla-ansible:
assignee: nobody → Chason (chen-xing)
Changed in kolla:
status: New → Confirmed
Changed in kolla-ansible:
status: New → Confirmed
Changed in kolla:
importance: Undecided → High
Changed in kolla-ansible:
importance: Undecided → High
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/522516

Changed in kolla:
status: Confirmed → In Progress
Changed in kolla:
milestone: none → queens-2
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/522516
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=2faaf37e86b9fe1d767ce514759633a1ec2ba52c
Submitter: Zuul
Branch: master

commit 2faaf37e86b9fe1d767ce514759633a1ec2ba52c
Author: chenxing <email address hidden>
Date: Thu Nov 23 18:28:08 2017 +0800

    Add the missing murano package files

    When enable Murano, kolla-ansible will import the io.murano.applications.zip
    file[1]. But Murano container doesn't symlink this file. This patch is
    to add the missing link.

    [1] https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/murano/tasks/start.yml#L69

    Change-Id: Id791fc39e1f5136add7d10db291cbdba59d1c291
    Closes-Bug: #1734019

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla-ansible (master)

Fix proposed to branch: master
Review: https://review.openstack.org/527317

Changed in kolla-ansible:
status: Confirmed → In Progress
Chason Chan (chen-xing)
Changed in kolla-ansible:
importance: High → Low
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.openstack.org/527317
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=fa9d696440fca4fe6bcb2ad3dcc8b46684aebfa1
Submitter: Zuul
Branch: master

commit fa9d696440fca4fe6bcb2ad3dcc8b46684aebfa1
Author: chenxing <email address hidden>
Date: Tue Dec 12 14:46:43 2017 +0800

    Update the job title of checking if Murano packages exists

    Closes-Bug: #1734019
    Change-Id: I203db11955189971640fcf8470e7a326d591b296

Changed in kolla-ansible:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla 6.0.0.0b3

This issue was fixed in the openstack/kolla 6.0.0.0b3 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/kolla-ansible 6.0.0.0b3

This issue was fixed in the openstack/kolla-ansible 6.0.0.0b3 development milestone.

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.