[Starlingx-discuss] [Containers] system application-apply stx-openstack failed
Hi Mingyuan, I am trying to deploy AIO-Simplex StarlingX with container, but failed when I execute "system application-apply stx-openstack” [wrsroot@controller-0 ~(keystone_admin)]$ system application-list +---------------+-----------------+------------------------+--------------+------------------------------------------+ | application | manifest name | manifest file | status | progress | +---------------+-----------------+------------------------+--------------+------------------------------------------+ | stx-openstack | armada-manifest | manifest-no-tests.yaml | apply-failed | operation aborted, check logs for detail | +---------------+-----------------+------------------------+--------------+------------------------------------------+ When I want to look at apply log by cmd "sudo docker exec armada_service tailf stx-openstack-apply.log”, there are not any logs named six-openstack-apply.log [wrsroot@controller-0 ~(keystone_admin)]$ sudo docker exec armada_service tailf stx-openstack-apply.log tailf: stat of stx-openstack-apply.log failed: No such file or directory Could you help me for this question? Best Regards, Kunpeng
Hi Kunpeng You can check the logs in /var/log/sysinv.log Also, you can find more information from armada_service with : sudo docker logs armada_service or with: sudo docker exec armada_service sh -c 'ls *.log' -Erich On Fri, 2019-01-25 at 16:36 +0800, 张鲲鹏 wrote:
Hi Mingyuan, I am trying to deploy AIO-Simplex StarlingX with container, but failed when I execute "system application-apply stx-openstack”
[wrsroot@controller-0 ~(keystone_admin)]$ system application-list +---------------+-----------------+------------------------+--------- -----+------------------------------------------+
application | manifest name | manifest file | status | progress |
+---------------+-----------------+------------------------+--------- -----+------------------------------------------+
stx-openstack | armada-manifest | manifest-no-tests.yaml | apply- failed | operation aborted, check logs for detail |
+---------------+-----------------+------------------------+--------- -----+------------------------------------------+
When I want to look at apply log by cmd "sudo docker exec armada_service tailf stx-openstack-apply.log”, there are not any logs named six-openstack-apply.log
[wrsroot@controller-0 ~(keystone_admin)]$ sudo docker exec armada_service tailf stx-openstack-apply.log tailf: stat of stx-openstack-apply.log failed: No such file or directory
Could you help me for this question?
Best Regards, Kunpeng
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Hi, Erich Thanks for your help.I have solved it. It works when I set docker no_proxy=“192.168.204.2”. Best Regards Kunpeng
On Jan 26, 2019, at 01:57, Cordoba Malibran, Erich <erich.cordoba.malibran@intel.com> wrote:
Hi Kunpeng
You can check the logs in /var/log/sysinv.log
Also, you can find more information from armada_service with :
sudo docker logs armada_service
or with:
sudo docker exec armada_service sh -c 'ls *.log'
-Erich
On Fri, 2019-01-25 at 16:36 +0800, 张鲲鹏 wrote:
Hi Mingyuan, I am trying to deploy AIO-Simplex StarlingX with container, but failed when I execute "system application-apply stx-openstack”
[wrsroot@controller-0 ~(keystone_admin)]$ system application-list +---------------+-----------------+------------------------+--------- -----+------------------------------------------+
application | manifest name | manifest file | status | progress |
+---------------+-----------------+------------------------+--------- -----+------------------------------------------+
stx-openstack | armada-manifest | manifest-no-tests.yaml | apply- failed | operation aborted, check logs for detail |
+---------------+-----------------+------------------------+--------- -----+------------------------------------------+
When I want to look at apply log by cmd "sudo docker exec armada_service tailf stx-openstack-apply.log”, there are not any logs named six-openstack-apply.log
[wrsroot@controller-0 ~(keystone_admin)]$ sudo docker exec armada_service tailf stx-openstack-apply.log tailf: stat of stx-openstack-apply.log failed: No such file or directory
Could you help me for this question?
Best Regards, Kunpeng
_______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
participants (2)
-
Cordoba Malibran, Erich
-
张鲲鹏