[Starlingx-discuss] which version is working for devstack support?
Hi all, I hit issues when tried to bring up stx-conf with devstack using the local.conf at https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config. I was following the DevStack procedures but using the above configuration file. One problem is: ++functions-common:git_clone:568 cd /opt/stack/devstack ++/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:123 pushd /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/ /opt/stack/stx-config/devstack/lib/stx-config: line 123: pushd: /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/: No such file or directory +/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:1 exit_trap I also tried with latest STX_BRANCH by comment off the line in local.conf STX_BRANCH=refs/changes/43/586443/3 But the same problem was hit. Anybody has any idea what's the status of DevStack support for STX? Where can I find more information besides https://wiki.openstack.org/wiki/StarlingX/Devstack/? Thanks! Marvin
Marvin, I can work with refs/changes/65/595865/27 about 2 weeks ago where install_stx_utils was removed, but now the updated patch https://review .openstack.org/#/c/618956/ was also merged to master branch. You can try with that code. On Tue, 2018-11-27 at 20:42 +0000, Huang, Marvin wrote:
Hi all, I hit issues when tried to bring up stx-conf with devstack using the local.conf at https://wiki.openstack.org/wiki/StarlingX/Devstack/stx- config. I was following the DevStack procedures but using the above configuration file. One problem is: ++functions-common:git_clone:568 cd /opt/stack/devstack ++/opt/stack/stx-config/devstack/lib/stx- config:install_stx_utils:123 pushd /opt/stack/stx- utils/middleware/util/recipes-common/platform-util/platform-util/ /opt/stack/stx-config/devstack/lib/stx-config: line 123: pushd: /opt/stack/stx-utils/middleware/util/recipes-common/platform- util/platform-util/: No such file or directory +/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:1 exit_trap I also tried with latest STX_BRANCH by comment off the line in local.conf STX_BRANCH=refs/changes/43/586443/3 But the same problem was hit. Anybody has any idea what’s the status of DevStack support for STX? Where can I find more information besides https://wiki.openstack.org/ wiki/StarlingX/Devstack/? Thanks! Marvin _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Thanks Mingyuan! I'll try with the updated repos/files. Regards, Marvin
-----Original Message----- From: Mingyuan Qi [mailto:mingyuan.qi@intel.com] Sent: Tuesday, November 27, 2018 9:43 PM To: Huang, Marvin; starlingx-discuss@lists.starlingx.io Subject: Re: [Starlingx-discuss] which version is working for devstack support?
Marvin,
I can work with refs/changes/65/595865/27 about 2 weeks ago where install_stx_utils was removed, but now the updated patch https://review .openstack.org/#/c/618956/ was also merged to master branch. You can try with that code.
On Tue, 2018-11-27 at 20:42 +0000, Huang, Marvin wrote:
Hi all,
I hit issues when tried to bring up stx-conf with devstack using the local.conf at https://wiki.openstack.org/wiki/StarlingX/Devstack/stx- config.
I was following the DevStack procedures but using the above configuration file. One problem is: ++functions-common:git_clone:568 cd /opt/stack/devstack ++/opt/stack/stx-config/devstack/lib/stx- config:install_stx_utils:123 pushd /opt/stack/stx- utils/middleware/util/recipes-common/platform-util/platform-util/ /opt/stack/stx-config/devstack/lib/stx-config: line 123: pushd: /opt/stack/stx-utils/middleware/util/recipes-common/platform- util/platform-util/: No such file or directory +/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:1 exit_trap
I also tried with latest STX_BRANCH by comment off the line in local.conf STX_BRANCH=refs/changes/43/586443/3
But the same problem was hit.
Anybody has any idea what’s the status of DevStack support for STX? Where can I find more information besides https://wiki.openstack.org/ wiki/StarlingX/Devstack/?
Thanks! Marvin _______________________________________________ Starlingx-discuss mailing list Starlingx-discuss@lists.starlingx.io http://lists.starlingx.io/cgi-bin/mailman/listinfo/starlingx-discuss
Hi Marvin: I have updated my localrc [1] and updated the summary for devstack in sysinv module [2] In short , sysinv-api, sysinv-cond and sysinv-agent services can be running successfully in devstack env. [1] https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config/localrc [2] https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config Thanks. BR Austin Sun. From: Huang, Marvin [mailto:Marvin.Huang@windriver.com] Sent: Wednesday, November 28, 2018 4:42 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] which version is working for devstack support? Hi all, I hit issues when tried to bring up stx-conf with devstack using the local.conf at https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config. I was following the DevStack procedures but using the above configuration file. One problem is: ++functions-common:git_clone:568 cd /opt/stack/devstack ++/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:123 pushd /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/ /opt/stack/stx-config/devstack/lib/stx-config: line 123: pushd: /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/: No such file or directory +/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:1 exit_trap I also tried with latest STX_BRANCH by comment off the line in local.conf STX_BRANCH=refs/changes/43/586443/3 But the same problem was hit. Anybody has any idea what's the status of DevStack support for STX? Where can I find more information besides https://wiki.openstack.org/wiki/StarlingX/Devstack/? Thanks! Marvin
Thanks Austin! I'll try it with the updated files. Regards, Marvin From: Sun, Austin [mailto:austin.sun@intel.com] Sent: Tuesday, November 27, 2018 10:11 PM To: Huang, Marvin; starlingx-discuss@lists.starlingx.io Subject: RE: which version is working for devstack support? Hi Marvin: I have updated my localrc [1] and updated the summary for devstack in sysinv module [2] In short , sysinv-api, sysinv-cond and sysinv-agent services can be running successfully in devstack env. [1] https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config/localrc [2] https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config Thanks. BR Austin Sun. From: Huang, Marvin [mailto:Marvin.Huang@windriver.com] Sent: Wednesday, November 28, 2018 4:42 AM To: starlingx-discuss@lists.starlingx.io Subject: [Starlingx-discuss] which version is working for devstack support? Hi all, I hit issues when tried to bring up stx-conf with devstack using the local.conf at https://wiki.openstack.org/wiki/StarlingX/Devstack/stx-config. I was following the DevStack procedures but using the above configuration file. One problem is: ++functions-common:git_clone:568 cd /opt/stack/devstack ++/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:123 pushd /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/ /opt/stack/stx-config/devstack/lib/stx-config: line 123: pushd: /opt/stack/stx-utils/middleware/util/recipes-common/platform-util/platform-util/: No such file or directory +/opt/stack/stx-config/devstack/lib/stx-config:install_stx_utils:1 exit_trap I also tried with latest STX_BRANCH by comment off the line in local.conf STX_BRANCH=refs/changes/43/586443/3 But the same problem was hit. Anybody has any idea what's the status of DevStack support for STX? Where can I find more information besides https://wiki.openstack.org/wiki/StarlingX/Devstack/? Thanks! Marvin
participants (3)
-
Huang, Marvin
-
Mingyuan Qi
-
Sun, Austin