[openstack-dev] [sahara-image-elements][diskimage-builder] Problems with latest sahara-image-elements

2014-04-14 Thread Robert Nettleton
Hi All,

When I pulled down the latest in the “sahara-image-elements” project, I noticed 
that image generation seems to be failing, with the error message I’ve included 
below. 

From what I can tell, it looks like changes to diskimage-builder over the last 
few days have caused this.  

Is anyone else seeing this?  My platform is CentOS 6.4, and things were running 
fine as of Friday.  

thanks,
Bob

Error:


- END PROFILING -
dib-run-parts Mon Apr 14 11:50:25 PDT 2014 Running 
/tmp/image.dDrJkXSe/hooks/cleanup.d/01-copy-manifests-dir
+ '[' -d /tmp/image.dDrJkXSe/mnt//etc/dib-manifests ']'
+ sudo mv /tmp/image.dDrJkXSe/mnt/etc/dib_arguments 
/tmp/image.dDrJkXSe/mnt//etc/dib-manifests
mv: cannot stat `/tmp/image.dDrJkXSe/mnt/etc/dib_arguments': No such file or 
directory

-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

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


[openstack-dev] [sahara][dev-env]

2014-04-08 Thread Robert Nettleton
Hi All,

I’ve run into an odd problem while trying to setup a local Sahara dev env on my 
Mac.  

Some earlier DB-related problems I noticed a while back appear to be fixed, but 
when I try to run the pep8 checks locally, I get the following error:

HW10578:sahara$ !517
tox -e pep8

diff: /tmp/sahara.e7czPG/sahara.conf.sample: No such file or directory
check_uptodate.sh: sahara.conf.sample is not up to date.
check_uptodate.sh: Please run sahara/tools/config/generate_sample.sh.
ERROR: InvocationError: ‘./sahara/tools/config/check_uptodate.sh'
pep8 runtests: commands[2] | bash -c find sahara -type f -regex '.*\.pot?' 
-print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null”

Has anyone else seen this on Mac OS X (Mavericks)? 

Thanks,
Bob
-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

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


Re: [openstack-dev] [sahara][dev-env]

2014-04-08 Thread Robert Nettleton
Hi Sergey,

Thanks for the link!

I actually had the gnu-getopts package installed, but did not have my path 
setup correctly.  Once I did that, things worked fine.

Thanks again!
Bob

On Apr 8, 2014, at 4:03 PM, Sergey Lukjanov slukja...@mirantis.com wrote:

 Hey Bob,
 
 it's a known issue of config sample check script, it's not working on
 OS X. You can find details and workaround here -
 http://lists.openstack.org/pipermail/openstack-dev/2014-February/027618.html
 
 On Tue, Apr 8, 2014 at 11:57 PM, Robert Nettleton
 rnettle...@hortonworks.com wrote:
 Hi All,
 
 I've run into an odd problem while trying to setup a local Sahara dev env on 
 my Mac.
 
 Some earlier DB-related problems I noticed a while back appear to be fixed, 
 but when I try to run the pep8 checks locally, I get the following error:
 
 HW10578:sahara$ !517
 tox -e pep8
 
 diff: /tmp/sahara.e7czPG/sahara.conf.sample: No such file or directory
 check_uptodate.sh: sahara.conf.sample is not up to date.
 check_uptodate.sh: Please run sahara/tools/config/generate_sample.sh.
 ERROR: InvocationError: './sahara/tools/config/check_uptodate.sh'
 pep8 runtests: commands[2] | bash -c find sahara -type f -regex '.*\.pot?' 
 -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null
 
 Has anyone else seen this on Mac OS X (Mavericks)?
 
 Thanks,
 Bob
 --
 CONFIDENTIALITY NOTICE
 NOTICE: This message is intended for the use of the individual or entity to
 which it is addressed and may contain information that is confidential,
 privileged and exempt from disclosure under applicable law. If the reader
 of this message is not the intended recipient, you are hereby notified that
 any printing, copying, dissemination, distribution, disclosure or
 forwarding of this communication is strictly prohibited. If you have
 received this communication in error, please contact the sender immediately
 and delete it from your system. Thank You.
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
 
 
 
 -- 
 Sincerely yours,
 Sergey Lukjanov
 Sahara Technical Lead
 (OpenStack Data Processing)
 Mirantis Inc.
 
 ___
 OpenStack-dev mailing list
 OpenStack-dev@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.

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


[openstack-dev] [dev-env] Error setting up dev environment on Mac OS X (10.9.2)

2014-03-31 Thread Robert Nettleton
Hi All,

I’m trying to setup my dev environment on Mac OS X (10.9.2) with the latest 
Sahara code, using the following instructions:

http://docs.openstack.org/developer/sahara/devref/development.environment.html

When I run the “Create database Schema” step, I see the following error:


sqlalchemy.exc.OperationalError: (OperationalError) near DROP: syntax error 
u'ALTER TABLE job_executions DROP COLUMN java_opts' ()
“

Has anyone seen this problem?  If so, is there a workaround or setup step that 
I’m missing?  

In a separate thread, Sergey mentioned that “gnu-getups” was required on Mac OS 
X for the dev env.  I’ve installed this package, but it does not resolve my 
problem. 

thanks,
Bob
-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [diskimage-builder]

2014-01-31 Thread Robert Nettleton
HI All,

I have a question regarding the supported platforms for the diskimage-builder 
tool.

I’ve been using Ubuntu for image generation lately, and that seems to work 
fine.  

At some point, I had hoped to run DIB on CentOS (6.4), but ran into problems 
when I tried this.  In particular, the default Python version included in 
CentOS 6.4 is 2.6.6, and it looks like DIB requires at least 2.7.  

Yesterday, I saw the following bug posting: 

https://bugs.launchpad.net/diskimage-builder/+bug/1274785

in which it looks like DIB may be running on CentOS 6.5.  

Has anyone had any luck in getting diskimage-builder to run on CentOS?  If so, 
is there any online documentation that explains the configuration/patches 
required to make this work?  

thanks,
Bob
-- 
CONFIDENTIALITY NOTICE
NOTICE: This message is intended for the use of the individual or entity to 
which it is addressed and may contain information that is confidential, 
privileged and exempt from disclosure under applicable law. If the reader 
of this message is not the intended recipient, you are hereby notified that 
any printing, copying, dissemination, distribution, disclosure or 
forwarding of this communication is strictly prohibited. If you have 
received this communication in error, please contact the sender immediately 
and delete it from your system. Thank You.
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev