Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Volodymyr Litovka

Hi Amit,

Please, check whether this can be an issue -

https://bugs.launchpad.net/openstack-manuals/+bug/1661759

you should use 'v2.0' path in both ec2authtoken and keystone_authtoken 
sections of heat.conf.


On 6/30/17 11:21 AM, Amit Kumar wrote:

Hello,

Yes, my instance had os-collect-config service running. Unfortunately, 
I am not having the same setup to see if /var/lib/heat-config/ is 
containing deployment scripts or not but I remember I checked 
/var/lib/cloud/instance/scripts/ was not having anything.


Regards,
Amit


On Thu, Jun 29, 2017 at 7:54 PM, Ignazio Cassano 
mailto:ignaziocass...@gmail.com>> wrote:


Hello Amit, tomorrow I'll try with trusty. Centos7 is working.
Some questions:
your instance created ny heat with SoftwareDeployment has
os-collect-config runnig ?
If yes, lauching os.refresh-config ang going under
/var/lib/heat-config/ on yoyr instance, you should see deployment
scripts 

Regards
Ignazio


2017-06-29 13:47 GMT+02:00 Amit Kumar mailto:ebiib...@gmail.com>>:

Hi,

I tried to create Ubuntu Trusty image using diskimage-builder
tag 1.28.0, dib-run-parts got included in VM os-refresh-config
should have worked but still SoftwareDeployment didn't work
with the cloud image.

Regards,
Amit


On Jun 29, 2017 5:08 PM, "Matteo Panella"
mailto:matteo.pane...@cnaf.infn.it>> wrote:

On 29/06/2017 12:11, Ignazio Cassano wrote:
> Hello all,
> the new version of diskimage-builder (I am testing for
centos 7) does
> not install dib-utils and jq in te image.
> The above are required by os-refresh-config .

Yup, I reverted diskimage-builder to 2.2.0 (the last tag
before
dib-run-parts was not injected anymore) and
os-refresh-config works
correctly.

os-refresh-config should probably be modified to depend on
dib-run-parts, however:
a) dib-run-parts provides package-style installation with an
RPM-specific package name
b) the package does not exist for Ubuntu 14.04 and there
are no
source-style installation scripts

Regards,
--
Matteo Panella
INFN CNAF
Via Ranzani 13/2 c - 40127 Bologna, Italy
Phone: +39 051 609 2903 






___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


--
Volodymyr Litovka
  "Vision without Execution is Hallucination." -- Thomas Edison

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Volodymyr Litovka

Hi Ignazio,

recently I've opened bug - https://bugs.launchpad.net/heat/+bug/1691964 
- with instructions on how to build images with Software Deployment 
using diskimage-builder.


Hope this'll help.


On 6/28/17 7:52 PM, Ignazio Cassano wrote:
Hi All, last March I user diskimage builder tool to generate a centos7 
image with tools for heat software deployment. That image worked fine 
with heat software deployment in newton and works today with ocata.
Upgrading diskimage builder and creating again the image , heat 
software deployment does not work because some errors in 
os-refresh-config .
I do not remember what version of diskimage builder I used in March. 
At this time I am trying with 2.6.1 and 2.6.2 with same issues.

Does anyone know what is changed ?
Regards
Ignazio



___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


--
Volodymyr Litovka
  "Vision without Execution is Hallucination." -- Thomas Edison

___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Matteo Panella
Hi all,

On 29/06/2017 16:24, Ignazio Cassano wrote:
> Hello Amit, tomorrow I'll try with trusty. Centos7 is working.

We tried diskimage-builder 2.2.0 with a trusty image and it works,
os-collect-config applies all SoftwareConfiguration resources without
any problem.

Regards,
-- 
Matteo Panella
INFN CNAF
Via Ranzani 13/2 c - 40127 Bologna, Italy
Phone: +39 051 609 2903



smime.p7s
Description: S/MIME Cryptographic Signature
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-30 Thread Amit Kumar
Hello,

Yes, my instance had os-collect-config service running. Unfortunately, I am
not having the same setup to see if /var/lib/heat-config/ is containing
deployment scripts or not but I remember I checked
/var/lib/cloud/instance/scripts/ was not having anything.

Regards,
Amit


On Thu, Jun 29, 2017 at 7:54 PM, Ignazio Cassano 
wrote:

> Hello Amit, tomorrow I'll try with trusty. Centos7 is working.
> Some questions:
> your instance created ny heat with SoftwareDeployment has
> os-collect-config runnig ?
> If yes, lauching os.refresh-config ang going under /var/lib/heat-config/
> on yoyr instance, you should see deployment scripts 
>
> Regards
> Ignazio
>
>
> 2017-06-29 13:47 GMT+02:00 Amit Kumar :
>
>> Hi,
>>
>> I tried to create Ubuntu Trusty image using diskimage-builder tag 1.28.0,
>> dib-run-parts got included in VM os-refresh-config should have worked but
>> still SoftwareDeployment didn't work with the cloud image.
>>
>> Regards,
>> Amit
>>
>>
>> On Jun 29, 2017 5:08 PM, "Matteo Panella" 
>> wrote:
>>
>> On 29/06/2017 12:11, Ignazio Cassano wrote:
>> > Hello all,
>> > the new version of diskimage-builder (I am testing for centos 7) does
>> > not install dib-utils and jq in te image.
>> > The above are required by os-refresh-config .
>>
>> Yup, I reverted diskimage-builder to 2.2.0 (the last tag before
>> dib-run-parts was not injected anymore) and os-refresh-config works
>> correctly.
>>
>> os-refresh-config should probably be modified to depend on
>> dib-run-parts, however:
>> a) dib-run-parts provides package-style installation with an
>> RPM-specific package name
>> b) the package does not exist for Ubuntu 14.04 and there are no
>> source-style installation scripts
>>
>> Regards,
>> --
>> Matteo Panella
>> INFN CNAF
>> Via Ranzani 13/2 c - 40127 Bologna, Italy
>> Phone: +39 051 609 2903 <+39%20051%20609%202903>
>>
>>
>>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-29 Thread Ignazio Cassano
Hello Amit, tomorrow I'll try with trusty. Centos7 is working.
Some questions:
your instance created ny heat with SoftwareDeployment has os-collect-config
runnig ?
If yes, lauching os.refresh-config ang going under /var/lib/heat-config/ on
yoyr instance, you should see deployment scripts 

Regards
Ignazio


2017-06-29 13:47 GMT+02:00 Amit Kumar :

> Hi,
>
> I tried to create Ubuntu Trusty image using diskimage-builder tag 1.28.0,
> dib-run-parts got included in VM os-refresh-config should have worked but
> still SoftwareDeployment didn't work with the cloud image.
>
> Regards,
> Amit
>
>
> On Jun 29, 2017 5:08 PM, "Matteo Panella" 
> wrote:
>
> On 29/06/2017 12:11, Ignazio Cassano wrote:
> > Hello all,
> > the new version of diskimage-builder (I am testing for centos 7) does
> > not install dib-utils and jq in te image.
> > The above are required by os-refresh-config .
>
> Yup, I reverted diskimage-builder to 2.2.0 (the last tag before
> dib-run-parts was not injected anymore) and os-refresh-config works
> correctly.
>
> os-refresh-config should probably be modified to depend on
> dib-run-parts, however:
> a) dib-run-parts provides package-style installation with an
> RPM-specific package name
> b) the package does not exist for Ubuntu 14.04 and there are no
> source-style installation scripts
>
> Regards,
> --
> Matteo Panella
> INFN CNAF
> Via Ranzani 13/2 c - 40127 Bologna, Italy
> Phone: +39 051 609 2903 <+39%20051%20609%202903>
>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-29 Thread Amit Kumar
Hi,

I tried to create Ubuntu Trusty image using diskimage-builder tag 1.28.0,
dib-run-parts got included in VM os-refresh-config should have worked but
still SoftwareDeployment didn't work with the cloud image.

Regards,
Amit

On Jun 29, 2017 5:08 PM, "Matteo Panella" 
wrote:

On 29/06/2017 12:11, Ignazio Cassano wrote:
> Hello all,
> the new version of diskimage-builder (I am testing for centos 7) does
> not install dib-utils and jq in te image.
> The above are required by os-refresh-config .

Yup, I reverted diskimage-builder to 2.2.0 (the last tag before
dib-run-parts was not injected anymore) and os-refresh-config works
correctly.

os-refresh-config should probably be modified to depend on
dib-run-parts, however:
a) dib-run-parts provides package-style installation with an
RPM-specific package name
b) the package does not exist for Ubuntu 14.04 and there are no
source-style installation scripts

Regards,
--
Matteo Panella
INFN CNAF
Via Ranzani 13/2 c - 40127 Bologna, Italy
Phone: +39 051 609 2903
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-29 Thread Matteo Panella
On 29/06/2017 12:11, Ignazio Cassano wrote:
> Hello all,
> the new version of diskimage-builder (I am testing for centos 7) does
> not install dib-utils and jq in te image.
> The above are required by os-refresh-config .

Yup, I reverted diskimage-builder to 2.2.0 (the last tag before
dib-run-parts was not injected anymore) and os-refresh-config works
correctly.

os-refresh-config should probably be modified to depend on
dib-run-parts, however:
a) dib-run-parts provides package-style installation with an
RPM-specific package name
b) the package does not exist for Ubuntu 14.04 and there are no
source-style installation scripts

Regards,
-- 
Matteo Panella
INFN CNAF
Via Ranzani 13/2 c - 40127 Bologna, Italy
Phone: +39 051 609 2903



smime.p7s
Description: S/MIME Cryptographic Signature
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-29 Thread Ignazio Cassano
Hello all,
the new version of diskimage-builder (I am testing for centos 7) does not
install dib-utils and jq in te image.
The above are required by os-refresh-config .
If os-refresh-config works bad,  heat softwaredeployment does not work.
Ignazio

2017-06-29 10:34 GMT+02:00 Ignazio Cassano :

> Hello Amit,
> I found and I am trying what suggested here:
>
> https://bugs.launchpad.net/heat/+bug/1691964
>
> I would like to underline angain  that images created 3 monts ago works
> fine , so the problem could be diskimage-builder.
> I think support for diskimage-builder can be otained on openstack
> developer mailing list and you coult try to write them, so they will read
> my and your email.
> Regards
> Ignazio
>
> 2017-06-28 19:39 GMT+02:00 Amit Kumar :
>
>> Hi,
>>
>> Probably the same problem I am facing. You replied on one of my e-mail
>> regarding SoftwareDeployment as well. Let me know if you find any working
>> working version of disk images builder.
>>
>> Regards,
>> Amit
>>
>> On Jun 28, 2017 10:26 PM, "Ignazio Cassano" 
>> wrote:
>>
>> Hi All, last March I user diskimage builder tool to generate a centos7
>> image with tools for heat software deployment. That image worked fine with
>> heat software deployment in newton and works today with ocata.
>> Upgrading diskimage builder and creating again the image , heat software
>> deployment does not work because some errors in os-refresh-config .
>> I do not remember what version of diskimage builder I used in March. At
>> this time I am trying with 2.6.1 and 2.6.2 with same issues.
>> Does anyone know what is changed ?
>> Regards
>> Ignazio
>>
>>
>> ___
>> OpenStack-operators mailing list
>> OpenStack-operators@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>>
>>
>>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-29 Thread Ignazio Cassano
Hello Amit,
I found and I am trying what suggested here:

https://bugs.launchpad.net/heat/+bug/1691964

I would like to underline angain  that images created 3 monts ago works
fine , so the problem could be diskimage-builder.
I think support for diskimage-builder can be otained on openstack developer
mailing list and you coult try to write them, so they will read my and your
email.
Regards
Ignazio

2017-06-28 19:39 GMT+02:00 Amit Kumar :

> Hi,
>
> Probably the same problem I am facing. You replied on one of my e-mail
> regarding SoftwareDeployment as well. Let me know if you find any working
> working version of disk images builder.
>
> Regards,
> Amit
>
> On Jun 28, 2017 10:26 PM, "Ignazio Cassano" 
> wrote:
>
> Hi All, last March I user diskimage builder tool to generate a centos7
> image with tools for heat software deployment. That image worked fine with
> heat software deployment in newton and works today with ocata.
> Upgrading diskimage builder and creating again the image , heat software
> deployment does not work because some errors in os-refresh-config .
> I do not remember what version of diskimage builder I used in March. At
> this time I am trying with 2.6.1 and 2.6.2 with same issues.
> Does anyone know what is changed ?
> Regards
> Ignazio
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-28 Thread Ignazio Cassano
Yes, I remember your request and I am grateful because I decided to test
again software deployment.
As I wrote an image I built 3 months ago works fine and os-refresh-config
does not give errors. Updating diskimage-builder New images  ( centos and
ubuntu) do not work .
I think the problem is not related to openstack configuration because the
old image works fine with heat softwareconfig and software deployment.
I also wrote an email to developers mailing list and I am waiting for some
help.
Regards
Ignazio

Il 28/Giu/2017 19:39, "Amit Kumar"  ha scritto:

> Hi,
>
> Probably the same problem I am facing. You replied on one of my e-mail
> regarding SoftwareDeployment as well. Let me know if you find any working
> working version of disk images builder.
>
> Regards,
> Amit
>
> On Jun 28, 2017 10:26 PM, "Ignazio Cassano" 
> wrote:
>
> Hi All, last March I user diskimage builder tool to generate a centos7
> image with tools for heat software deployment. That image worked fine with
> heat software deployment in newton and works today with ocata.
> Upgrading diskimage builder and creating again the image , heat software
> deployment does not work because some errors in os-refresh-config .
> I do not remember what version of diskimage builder I used in March. At
> this time I am trying with 2.6.1 and 2.6.2 with same issues.
> Does anyone know what is changed ?
> Regards
> Ignazio
>
>
> ___
> OpenStack-operators mailing list
> OpenStack-operators@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
>
>
>
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


Re: [Openstack-operators] Ocata diskimage-builder heat issues

2017-06-28 Thread Amit Kumar
Hi,

Probably the same problem I am facing. You replied on one of my e-mail
regarding SoftwareDeployment as well. Let me know if you find any working
working version of disk images builder.

Regards,
Amit

On Jun 28, 2017 10:26 PM, "Ignazio Cassano" 
wrote:

Hi All, last March I user diskimage builder tool to generate a centos7
image with tools for heat software deployment. That image worked fine with
heat software deployment in newton and works today with ocata.
Upgrading diskimage builder and creating again the image , heat software
deployment does not work because some errors in os-refresh-config .
I do not remember what version of diskimage builder I used in March. At
this time I am trying with 2.6.1 and 2.6.2 with same issues.
Does anyone know what is changed ?
Regards
Ignazio


___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators


[Openstack-operators] Ocata diskimage-builder heat issues

2017-06-28 Thread Ignazio Cassano
Hi All, last March I user diskimage builder tool to generate a centos7
image with tools for heat software deployment. That image worked fine with
heat software deployment in newton and works today with ocata.
Upgrading diskimage builder and creating again the image , heat software
deployment does not work because some errors in os-refresh-config .
I do not remember what version of diskimage builder I used in March. At
this time I am trying with 2.6.1 and 2.6.2 with same issues.
Does anyone know what is changed ?
Regards
Ignazio
___
OpenStack-operators mailing list
OpenStack-operators@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators