Activity log for bug #1434895

Date Who What changed Old value New value Message
2015-03-21 21:46:07 Timur Nurlygayanov bug added bug
2015-03-25 09:26:27 Stanislaw Bogatkin fuel: assignee Fuel Python Team (fuel-python)
2015-03-27 16:04:30 Dmitry Pyzhov tags plugins feature-plugins
2015-04-01 08:16:22 Nikita Koshikov bug added subscriber Nikita Koshikov
2015-04-01 10:38:08 Vladimir Sharshov summary fuel-plugin-builder can't build plugins with 2.0.0 version Old version of FPB on PyPI
2015-04-01 10:38:56 Vladimir Sharshov description Note: looks like we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin: $ sudo yum install -y python-pip $ sudo pip install -U fuel-plugin-builder $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm' $ yum install -y createrepo rpm dpkg-devel $ git clone https://github.com/stackforge/fuel-plugin-lma-collector $ cd fuel-plugin-lma-collector $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0" Solution: we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin:     $ sudo yum install -y python-pip     $ sudo pip install -U fuel-plugin-builder     $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'     $ yum install -y createrepo rpm dpkg-devel     $ git clone https://github.com/stackforge/fuel-plugin-lma-collector     $ cd fuel-plugin-lma-collector     $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0"
2015-04-01 10:41:47 Vladimir Sharshov description Solution: we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin:     $ sudo yum install -y python-pip     $ sudo pip install -U fuel-plugin-builder     $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'     $ yum install -y createrepo rpm dpkg-devel     $ git clone https://github.com/stackforge/fuel-plugin-lma-collector     $ cd fuel-plugin-lma-collector     $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0" Solution: we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Workaround: # Install necessary depends for plugin creation yum install -y vi git createrepo rpm dpkg-devel tar # Getting source code for fuel plugin builder git clone https://github.com/stackforge/fuel-plugins # Build eggs cd fuel-plugins/fuel_plugin_builder python setup.py sdist # Install egg using pip pip install dist/fuel-plugin-builder-2.0.0.dev.tar.gz Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin:     $ sudo yum install -y python-pip     $ sudo pip install -U fuel-plugin-builder     $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'     $ yum install -y createrepo rpm dpkg-devel     $ git clone https://github.com/stackforge/fuel-plugin-lma-collector     $ cd fuel-plugin-lma-collector     $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0"
2015-04-01 10:42:02 Vladimir Sharshov description Solution: we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Workaround: # Install necessary depends for plugin creation yum install -y vi git createrepo rpm dpkg-devel tar # Getting source code for fuel plugin builder git clone https://github.com/stackforge/fuel-plugins # Build eggs cd fuel-plugins/fuel_plugin_builder python setup.py sdist # Install egg using pip pip install dist/fuel-plugin-builder-2.0.0.dev.tar.gz Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin:     $ sudo yum install -y python-pip     $ sudo pip install -U fuel-plugin-builder     $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'     $ yum install -y createrepo rpm dpkg-devel     $ git clone https://github.com/stackforge/fuel-plugin-lma-collector     $ cd fuel-plugin-lma-collector     $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0" Solution: we need to update fuel-plugin-builder on pypi and allow to build plugins with version 2.0.0 Workaround: # Install necessary depends for plugin creation yum install -y vi git createrepo rpm dpkg-devel tar # Getting source code for fuel plugin builder git clone https://github.com/stackforge/fuel-plugins # Build eggs cd fuel-plugins/fuel_plugin_builder python setup.py sdist # Install egg using pip pip install dist/fuel-plugin-builder-2.0.0.dev.tar.gz Steps To Reproduce: 1. Upload image with MOS 6.1 (210 in my case) 2. Deploy master node 3. Execute the following commands on master node to build plugin:     $ sudo yum install -y python-pip     $ sudo pip install -U fuel-plugin-builder     $ su -c 'rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm'     $ yum install -y createrepo rpm dpkg-devel     $ git clone https://github.com/stackforge/fuel-plugin-lma-collector     $ cd fuel-plugin-lma-collector     $ fuel-plugin-builder --build ./ Oberved Result: [root@fuel fuel-plugin-lma-collector]# fuel-plugin-builder --build ./ Unexpected error Wrong package version "2.0.0"
2015-04-01 14:23:47 Vladimir Sharshov fuel: assignee Fuel Python Team (fuel-python) Evgeniy L (rustyrobot)
2015-04-30 06:49:47 OpenStack Infra fuel: status Confirmed In Progress
2015-04-30 12:59:16 OpenStack Infra fuel: status In Progress Fix Committed
2015-04-30 14:36:15 Evgeniy L fuel: status Fix Committed Fix Released