Hi,
I'm deploying platform-integ-app with command:
```
system application-apply platform-integ-app
```
but it fails with log `failed to download one or more image`.
The environment is `All in One` deployment of StarlingX; there is only one node named `simplex-controller-0`.
The registry.local is resolved to 192.168.204.2 and the lo:1 on controller-0 is 192.168.204.3.
`system application-list` shows:
[root@controller-0 ~(keystone_admin)]# system application-list
+---------------------+---------+-------------------------------+-----------+--------------+--------------------------------+
| application | version | manifest name | manifest | status | progress |
| | | | file | | |
+---------------------+---------+-------------------------------+-----------+--------------+--------------------------------+
| platform-integ-apps | 1.0-7 | platform-integration-manifest | manifest. | apply-failed | Deployment of application |
| | | | yaml | | platform-integ-apps (1.0-7) |
| | | | | | failed: failed to download one |
| | | | | | or more image(s). |
| | | | | | |
+---------------------+---------+-------------------------------+-----------+--------------+--------------------------------+
`/var/log/sysinv.log` shows:
So, is there any extra step should I do to configure the local registry? I have followed the official installation guide step by step. Or is it possible for me just to edit the configurations to remove the `registry.local:9001` prefix of images' address? I tried to modify the .yml files in /opt/platform/armada/19.08/platform-integ-apps/1.0-7/ but it makes no sense.
(Firstly my goal is to deploy stx-openstack but it stucks with the state of `applying` for a few days and there is no error log in /var/log/, and I find that the platform-integ-apps failed, so maybe I should deploy the platform-integ-apps at first...)
Thanks,
Bonan