Re: [Crowbar] Session store issues

2013-07-17 Thread Sascha Peilicke
On 07/16/2013 06:19 PM, rob_hirschf...@dell.com wrote:
> Sascha,
>
> I have concerns about making any core infrastructure changes in CB 1.x; 
> however, the actual risk and overhead a pretty small because those are highly 
> tested/stable components of Rails.  While it does add some additional 
> overhead to Crowbar's Rails' server, it's pretty minimal and contained.
>
> Like any new behavior, this may have subtle side effects that we need to be 
> prepared to address; however, we've done this in CB2 and I do not remember 
> any major issues.

I agree that we want to avoid disruptive changes for CB 1.x as much as 
possible. Providing more capacity to the session store (with persistence 
as a side effect), shouldn't impact any other part of CB and testing 
didn't reveal anything so far.

Personally, I really appreciate the peer reviews we've successfully 
established together and such discussions sparking out of them. More 
than any other means we've used before, this seems to help solving 
issues on the spot. Due to this, pebbles is shaping up very nicely and 
we're getting a lot done in such a short time. To me this looks like the 
ideal collaboration model for any future CB development.

> -Original Message-
> From: crowbar-bounces On Behalf Of Sascha Peilicke
> Sent: Tuesday, July 16, 2013 3:18 AM
> To: crowbar
> Subject: [Crowbar] Session store issues
>
> Hi fellow crowbarians,
>
> recently I stumbled across a rather annoying issue with how currently (ab)use 
> the session store. I won't repeat what's discussed at [1], but it's 
> generating internal server errors (500), which are
>
> but the proposed solution would require using a persistent session store. I 
> thought sqlite would be the obvious choice since we don't have a real DB 
> setup this early (and we can't use the database barclamp).
> This should introduce any performance / storage issues since we don't expect 
> many users to use the Crowbar UI in parallel ;-)
>
> Currently, there seem to exists some doubts about the (re)introduced database 
> dependency. However, this change would happen on pebbles and there's no 
> requirement to pull it into mesa (Dell's stable branch).
> Alternatively, it could be guarded with platform=="suse" checks if that's 
> would be more acceptable.
>
> A totally different solution would be to not use the session store (through 
> Rails' flash messages) for error messages regarding raw proposal JSON or to 
> cut them mercilessly. However, errors in proposals are already hard to 
> interpret for users, so this doesn't seem ideal to me.
>
> But maybe I missed something totally obvious, so let's discuss.
>
>
>[1] https://github.com/crowbar/barclamp-crowbar/pull/581
>[2] https://github.com/crowbar/crowbar/pull/1863
> --
> Sascha Peilicke
> SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nuernberg, Germany
> GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer HRB 16746 (AG Nürnberg)
>
> ___
> Crowbar mailing list
> Crowbar@dell.com
> https://lists.us.dell.com/mailman/listinfo/crowbar
> For more information: http://crowbar.github.com/
>


-- 
Sascha Peilicke
SUSE Linux GmbH, Maxfeldstr. 5, D-90409 Nuernberg, Germany
GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer HRB 16746 (AG Nürnberg)

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Error during the install of crowbar (on centos-6.4)

2013-07-17 Thread Guillaume Polaert
Hi,

I made a mistake. I've no longer had an error during the install step 
(keyutils).
But I've always had the yum error.

Here is the log : http://pastebin.com/6EPxXvSm

What should I do to manage this problem ?

Thanks, Guillaume 

-Message d'origine-
De : crowbar-boun...@dell.com [mailto:crowbar-boun...@dell.com] De la part de 
Guillaume Polaert
Envoyé : mardi 16 juillet 2013 17:54
À : john_terps...@dell.com; crow...@lists.us.dell.com
Objet : Re: [Crowbar] Error during the install of crowbar (on centos-6.4)

Hello John,

I've tried to build a new ISO of the pebbles/cloudera-os-build from scratch 
(from github and without cache). It didn't work.

I think Crowbar is very dependant of the online repos.

Several weeks ago, everything was working fine (build and install)

I've had some problems when the centos-6.4 repo have been updated.
First, I had some packages duplicated because the base of the ISO is built from 
only the DVD and the rest of the barclamps from the web.
When the dev tool is used with the « update-cache » option, 2 versions of the 
same RPM are fetched (one from the DVD, one from the web).
So I was able to install crowbar but there was an error with yum. I had to run 
manually « yum update -skip-broken » to solve it.

Today, I can build the iso (pebbles/cloudera-os-build), but I can't install it. 
Some core packages are missing (like keyutils). I think this package was 
deleted during the shrink step. 
 
FYI : keyutils minimal-install and DVD, version 1.4.3, Online repo 1.4.4

I would like to know how I can manage that issue and if my thoughs are rights.

Thanks, Guillaume



De : john_terps...@dell.com [mailto:john_terps...@dell.com] Envoyé : jeudi 11 
juillet 2013 16:43 À : Guillaume Polaert; crow...@lists.us.dell.com Objet : RE: 
Error during the install of crowbar (on centos-6.4)

Guillaume,

If I understand correctly, you have successfully build the iso and have 
installed it.  Now you are experiencing a problem with yum updates.

Suggest you check what are the contents of the /etc/yum.repos.d to see which 
repo yum is trying to operate from.
Then check that that repo is actually reachable from the installed system.


From: Guillaume Polaert [mailto:gpola...@cyres.fr]
Sent: Wednesday, July 10, 2013 6:22 PM
To: Terpstra, John; crowbar
Subject: RE : Error during the install of crowbar (on centos-6.4)

Hi,  

I'm still embarrassing. Is anyone could help me ?
Thanks, gpolaert

De : crowbar-boun...@dell.com [crowbar-boun...@dell.com] de la part de 
Guillaume Polaert [gpola...@cyres.fr] Date d'envoi : jeudi 4 juillet 2013 10:40 
À : john_terps...@dell.com; crow...@lists.us.dell.com Objet : Re: [Crowbar] 
Error during the install of crowbar (on centos-6.4) Actually, I can reproduce 
the problem.
 
1.   Clone the crowbar repository
2.   Remove ~/.crowbar-build-cache/* (except tftpboot dir for the 
sledgehammer iso) 3.   ./dev setup 4.   ./dev switch 
pebbles/cloudera-os-build 5.   Change the repo for impala in the 
barclamps/clouderamanager/crowbar.yml file 6.   ./dev build --os centos-6.4 
--update-cache
 
After the installation of the new ISO, « yum -y -q update » failed.
Where should I start looking?
 
 

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Stephen_Friday
Tried the process again from this 
https://github.com/crowbar/barclamp-crowbar/blob/master/doc/devguide/devtool-build.md

Ran all commands and did the following at the end


./dev checkout openstack-os-build

./dev build --os ubuntu-12.04 --pfs --update-cache

The iso builds without any problems as far as I can see but when I login to the 
crowbar server half the directories appear to be missing, when I look at a Mesa 
built iso and use that to install I have the 
/opt/dell/barclamps/network/chef/data_bags/crowbar directory

Regards
Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82CF.34F8BA00]

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: 16 July 2013 21:03
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82CF.34F8BA00]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Coding Guidelines discussion

2013-07-17 Thread James Tan
On 07/12/2013 04:57 PM, James Tan wrote:
> On 07/12/2013 04:35 PM, rob_hirschf...@dell.com wrote:
>> > I like these coding standards - can we add to the dev guides?
> Sure. Any volunteers? If not I'll try to add it next week.

https://github.com/crowbar/crowbar/pull/1878

Cheers,
James T.

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


[Crowbar] Agenda Suggestions for Community Call Tomorrow?

2013-07-17 Thread Judd Maltin
ohai crowbarbarians,

Please let us know what you'd like added to the agenda.

1) Updates from inside Dell.  What's up with Mesa-1.6
2) Review Pebbles tree status
3) ...
4) Profit!

http://join.me/dellcrowbar


For call in numbers see below, joining via computer audio is also
possible (see details in join.me app).

Call in numbers:
US: 862-367-5900,,,360-077-902
Germany: 069-332-963-80,,,360-077-902
Czech Republic: 0228-881-313,,,360-077-902
Australia: 02-919-163-19,,,360-077-902
More Dial in Numbers:
https://join.me/welcome/webhelp/joinme/join.me/jm_faq_conference_intl.html

More Information:
Crowbar 2 Details: https://github.com/crowbar/crowbar/wiki/Crowbar-2.0
Details on Development: https://github.com/crowbar/crowbar/wiki/Development
Crowbar Backlog: https://github.com/crowbar/crowbar/wiki/Meetings
--
Judd Maltin
T: 917-882-1270
F: 501-694-7809
what could possibly go wrong?

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


[Crowbar] Community Jenkins server - Brakeman and tailor (Pebbles)

2013-07-17 Thread James Tan
Hi everyone,

For Pebbles (Crowbar 1.6), our community Jenkins server now combines a
number of core barclamps [1] and pushes them to a single git repo [2].
It then runs Brakeman [3] (Rails security scanner) and tailor [4] (Ruby
style check) on the combined code tree. It polls all the relevant
repositories for changes every 15 minutes.

The results are available at the main Crowbar Pebbles Jenkins page:

 
http://ci.opensuse.org/view/Crowbar/job/crowbar-pebbles-travis_ci-trackupstream/

>From there you can see/access:

* Brakeman vulnerability trend chart
* "Brakeman vulnerability results" link (Jenkins style)
* "brakeman-output.html" link (single HTML page)
* "tailor-output.text" link (plain text)

I'll add similar support for Crowbar master (2.x) soon.

Regards,
James T.

[1] https://github.com/crowbar/crowbar/pull/1871
[2] https://github.com/crowbar/travis-ci-crowbar, "pebbles" branch
[3] http://brakemanscanner.org/
[4] https://github.com/turboladen/tailor

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Agenda Suggestions for Community Call Tomorrow?

2013-07-17 Thread Christopher_Dearborn
How about discussing the proposed coding standards?

Chris
Dell

-Original Message-
From: crowbar-bounces On Behalf Of Judd Maltin
Sent: Wednesday, July 17, 2013 12:28 PM
To: crowbar
Subject: [Crowbar] Agenda Suggestions for Community Call Tomorrow?

ohai crowbarbarians,

Please let us know what you'd like added to the agenda.

1) Updates from inside Dell.  What's up with Mesa-1.6
2) Review Pebbles tree status
3) ...
4) Profit!

http://join.me/dellcrowbar


For call in numbers see below, joining via computer audio is also possible (see 
details in join.me app).

Call in numbers:
US: 862-367-5900,,,360-077-902
Germany: 069-332-963-80,,,360-077-902
Czech Republic: 0228-881-313,,,360-077-902
Australia: 02-919-163-19,,,360-077-902
More Dial in Numbers:
https://join.me/welcome/webhelp/joinme/join.me/jm_faq_conference_intl.html

More Information:
Crowbar 2 Details: https://github.com/crowbar/crowbar/wiki/Crowbar-2.0
Details on Development: https://github.com/crowbar/crowbar/wiki/Development
Crowbar Backlog: https://github.com/crowbar/crowbar/wiki/Meetings
--
Judd Maltin
T: 917-882-1270
F: 501-694-7809
what could possibly go wrong?

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Agenda Suggestions for Community Call Tomorrow?

2013-07-17 Thread Rob_Hirschfeld
HyperV pulls mgmt 

- Original Message -
From: Judd Maltin [mailto:j...@newgoliath.com]
Sent: Wednesday, July 17, 2013 11:27 AM
To: crowbar
Subject: [Crowbar] Agenda Suggestions for Community Call Tomorrow?

ohai crowbarbarians,

Please let us know what you'd like added to the agenda.

1) Updates from inside Dell.  What's up with Mesa-1.6
2) Review Pebbles tree status
3) ...
4) Profit!

http://join.me/dellcrowbar


For call in numbers see below, joining via computer audio is also
possible (see details in join.me app).

Call in numbers:
US: 862-367-5900,,,360-077-902
Germany: 069-332-963-80,,,360-077-902
Czech Republic: 0228-881-313,,,360-077-902
Australia: 02-919-163-19,,,360-077-902
More Dial in Numbers:
https://join.me/welcome/webhelp/joinme/join.me/jm_faq_conference_intl.html

More Information:
Crowbar 2 Details: https://github.com/crowbar/crowbar/wiki/Crowbar-2.0
Details on Development: https://github.com/crowbar/crowbar/wiki/Development
Crowbar Backlog: https://github.com/crowbar/crowbar/wiki/Meetings
--
Judd Maltin
T: 917-882-1270
F: 501-694-7809
what could possibly go wrong?

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Trello for Resolving Community Documentation Issues (Help request!)

2013-07-17 Thread Adam Spiers
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
> 
> HELP REQUEST: We need your help to create a catalog of doc issues on 
> http://bit.ly/crowbar-maladocs
> 
> We had a discussion today about the high community cost for errors and 
> omissions in our documentation, wiki and other information.
> 
> First - I apologize for the impact of this.  As one of the longest active 
> maintainers, I know first-hand the expense and frustration for these gaps; 
> however, I also acknowledge that I am often a culprit in failing to leave 
> behind sufficient instructions.
> 
> To remedy the problem, I believe that we first need to create a catalog of 
> issues to resolve.  While we could create defects for these, our current 
> tracking process is not ready to handle these types of issues.  Instead, I'd 
> like to offer a Trello board (http://bit.ly/crowbar-maladocs ) where you can 
> add new issues as you find them.   Sometime in the next few weeks, I'm 
> recommending a "docs hack day" where we burn down the issues.
> 
> Of course, you're welcome to grab doc issue cards right away.  I just wanted 
> to set an expectation that we're not going to jump on each issue - our first 
> priority is to find them.
> 
> Suggestions and corrections to this approach are appreciated!

Thanks for kicking off some fresh impetus on this much-needed area.

We already have several documentation cards in the Community List of
the 2.0 backlog board.  Should those be moved to this new board?

I'm slightly worried that having a dedicated board for doc issues will
make it easier than ever for them to remain "out of sight, out of
mind".  However, I'd be delighted to be proven wrong ;-)
+100 for a docs hack day ...

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] new library needed for the build

2013-07-17 Thread Adam Spiers
Arkady Kanevsky (arkady_kanev...@dell.com) wrote:
> sudo apt-get install cabextract and re-run the build

Is this dependency documented somewhere?  Thanks...

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Trello for Resolving Community Documentation Issues (Help request!)

2013-07-17 Thread Rob_Hirschfeld
Adam,

I agree on the concern about too many Trello's.  Right now the 2.0 Backlog is 
not being managed.  My concern would be that people would not add 1.x doc 
issues to that backlog.

I'm open to suggestions!

Rob

-Original Message-
From: crowbar-bounces On Behalf Of Adam Spiers
Sent: Wednesday, July 17, 2013 12:15 PM
To: crowbar
Subject: Re: [Crowbar] Trello for Resolving Community Documentation Issues 
(Help request!)

Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
> 
> HELP REQUEST: We need your help to create a catalog of doc issues on 
> http://bit.ly/crowbar-maladocs
> 
> We had a discussion today about the high community cost for errors and 
> omissions in our documentation, wiki and other information.
> 
> First - I apologize for the impact of this.  As one of the longest active 
> maintainers, I know first-hand the expense and frustration for these gaps; 
> however, I also acknowledge that I am often a culprit in failing to leave 
> behind sufficient instructions.
> 
> To remedy the problem, I believe that we first need to create a catalog of 
> issues to resolve.  While we could create defects for these, our current 
> tracking process is not ready to handle these types of issues.  Instead, I'd 
> like to offer a Trello board (http://bit.ly/crowbar-maladocs ) where you can 
> add new issues as you find them.   Sometime in the next few weeks, I'm 
> recommending a "docs hack day" where we burn down the issues.
> 
> Of course, you're welcome to grab doc issue cards right away.  I just wanted 
> to set an expectation that we're not going to jump on each issue - our first 
> priority is to find them.
> 
> Suggestions and corrections to this approach are appreciated!

Thanks for kicking off some fresh impetus on this much-needed area.

We already have several documentation cards in the Community List of the 2.0 
backlog board.  Should those be moved to this new board?

I'm slightly worried that having a dedicated board for doc issues will make it 
easier than ever for them to remain "out of sight, out of mind".  However, I'd 
be delighted to be proven wrong ;-)
+100 for a docs hack day ...

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


Re: [Crowbar] Pull From Source

2013-07-17 Thread Stephen_Friday
I need to find a decent set of instructions that work!!

I have tried the Dev tool and the Build ISO neither are accurate and work, VERY 
frustrating

Regards
Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F7.2F6675A0]

From: Сергей Юдин [mailto:tsipa...@gmail.com]
Sent: 17 July 2013 14:05
To: Jakesch, Simon
Cc: Friday, Stephen; crowbar
Subject: Re: [Crowbar] Pull From Source

I just now checked, the build works fine using
./build_crowbar.sh ubuntu-12.04 --update-pfs-caches --update-cache --barclamps 
cinder crowbar database deployer dns ganglia git glance ipmi keystone logging 
nagios network nova nova_dashboard ntp openstack provisioner quantum rabbitmq 
swift tempest test


2013/7/17 mailto:simon_jake...@dell.com>>
Try using -wild-cache it'll actually turn on PFS behind the scenes.


From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 4:34 PM
To: tsipa...@gmail.com

Cc: crowbar
Subject: Re: [Crowbar] Pull From Source

I tried using ./dev build --os ubuntu-12.04 --update-pfs-caches

That fails as it cannot find all the packages it looks like it needs 
-update-cache

Should I use both switches together

Regards
Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F7.2F6675A0]

From: Сергей Юдин [mailto:tsipa...@gmail.com]
Sent: 16 July 2013 13:34
To: Friday, Stephen
Cc: crowbar
Subject: Re: [Crowbar] Pull From Source

I suppose you should install git barclamp first, there is message about missed 
dependency or something should be inside crowbar's log.
And build should be built with --update-pfs-caches, afaik.

2013/7/16 mailto:stephen_fri...@dell.com>>
I have been trying to test PFS from Mesa, I understand that this is not tested 
currently, my issue is that once I select this option the status light turns 
yellow and nothing happens, I am at a loss as to where I start troubleshooting, 
I tried looking at the /var/log/nodes and tail'd that but got nothing back from 
it. If I go with PFS as False the deployment works from the build so I know its 
communicating with the Crowbar server and I can see messages in the nodes log 
files.

Can someone point me where to look to start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F7.2F6675A0]


___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/


<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pull From Source

2013-07-17 Thread Stephen_Friday
I do not doubt the system works, as long as you know what you are doing!

The problem I am having as far as I can see is that I get an incomplete ISO 
build, when I perform it my ISO is around 2GB in size, and hence when I deploy 
it to a server I am missing what looks like critical files. For example the 
/opt/dell/barclamps/network directory only contains cache and nothing like chef 
etc.

I follow the dev tool instructions on the crowbar site and then do the ./dev 
build  and have tried numerous switches.

I would love to know what log files I am supposed to look at, tried syslog on 
the devtool server I have and all the /var/log but see nothing obvious.

Thanks for your help and responding, I am going to go back through my 6th 
rebuild of a devtool server and try again, can you confirm for me what I need 
to specify to build from the pebbles release?

I think it is at this bit below that I am getting confused and causing the 
issue.

*  ./dev switch development

 1.  you can see all the releases with ./dev releases
 2.  choices trunk (default, trunk), 1.2 = fledermaus, 1.3 Cloudera = elefante
*  ./dev checkout master -- I do a ./dev checkout openstack-os-build

 1.  you can see all the branches with git branch -a
 2.  choices are master (default, trunk), openstack-os-build (OpenStack), 
cloudera-os-build (Hadoop)
 3.  different branches represent different "distros" which combine different 
sets of barclamps (e.g. openstack, hadoop)
*  ./dev build --os ubuntu-12.04 --update-cache


Regards
Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F8.56D282E0]

From: Сергей Юдин [mailto:tsipa...@gmail.com]
Sent: 17 July 2013 14:12
To: Jakesch, Simon
Cc: Friday, Stephen; crowbar
Subject: Re: [Crowbar] Pull From Source

Could you please provide log of failed build?

2013/7/17 Сергей Юдин mailto:tsipa...@gmail.com>>
I just now checked, the build works fine using
./build_crowbar.sh ubuntu-12.04 --update-pfs-caches --update-cache --barclamps 
cinder crowbar database deployer dns ganglia git glance ipmi keystone logging 
nagios network nova nova_dashboard ntp openstack provisioner quantum rabbitmq 
swift tempest test


2013/7/17 mailto:simon_jake...@dell.com>>

Try using -wild-cache it'll actually turn on PFS behind the scenes.


From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 4:34 PM
To: tsipa...@gmail.com

Cc: crowbar
Subject: Re: [Crowbar] Pull From Source

I tried using ./dev build --os ubuntu-12.04 --update-pfs-caches

That fails as it cannot find all the packages it looks like it needs 
-update-cache

Should I use both switches together

Regards
Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F8.56D282E0]

From: Сергей Юдин [mailto:tsipa...@gmail.com]
Sent: 16 July 2013 13:34
To: Friday, Stephen
Cc: crowbar
Subject: Re: [Crowbar] Pull From Source

I suppose you should install git barclamp first, there is message about missed 
dependency or something should be inside crowbar's log.
And build should be built with --update-pfs-caches, afaik.

2013/7/16 mailto:stephen_fri...@dell.com>>
I have been trying to test PFS from Mesa, I understand that this is not tested 
currently, my issue is that once I select this option the status light turns 
yellow and nothing happens, I am at a loss as to where I start troubleshooting, 
I tried looking at the /var/log/nodes and tail'd that but got nothing back from 
it. If I go with PFS as False the deployment works from the build so I know its 
communicating with the Crowbar server and I can see messages in the nodes log 
files.

Can someone point me where to look to start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82F8.56D282E0]


___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/



<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Simon_Jakesch
Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE82FC.5FF05B00]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Stephen_Friday
Sure if you tell me where it is.

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.0F36A080]

From: Jakesch, Simon
Sent: 17 July 2013 15:12
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.0F36A080]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Stephen_Friday
I am rebuilding the box and am now at the point of creating an ISO.

Followed devtool instructions and I am here

*  ./dev switch development

 1.  you can see all the releases with ./dev releases
 2.  choices trunk (default, trunk), 1.2 = fledermaus, 1.3 Cloudera = elefante
As I want to do Pebbles I guess I should do ./dev checkout pebbles - instead of 
./dev checkout master
Then I guess I just run the command below

  ./dev build --os ubuntu-12.04 -update-pfs-caches --update-cache

Or should I run

./build_crowbar.sh ubuntu-12.04 --update-pfs-caches --update-cache --barclamps 
cinder crowbar database deployer dns ganglia git glance ipmi keystone logging 
nagios network nova nova_dashboard ntp openstack provisioner quantum rabbitmq 
swift tempest test

Regads

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.B4BB3750]

From: Jakesch, Simon
Sent: 17 July 2013 15:12
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.B4BB3750]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Simon_Jakesch
It gets generated during the build process. Let me get you a PFS build and the 
associated log, that'll give you an opportunity to compare and contrast.


From: Friday, Stephen
Sent: Wednesday, July 17, 2013 3:13 PM
To: Jakesch, Simon; crowbar
Subject: RE: Pebbles iso build

Sure if you tell me where it is.

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.711C45C0]

From: Jakesch, Simon
Sent: 17 July 2013 15:12
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8300.711C45C0]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Stephen_Friday
Thanks

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8301.27580950]

From: Jakesch, Simon
Sent: 17 July 2013 15:17
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

It gets generated during the build process. Let me get you a PFS build and the 
associated log, that'll give you an opportunity to compare and contrast.


From: Friday, Stephen
Sent: Wednesday, July 17, 2013 3:13 PM
To: Jakesch, Simon; crowbar
Subject: RE: Pebbles iso build

Sure if you tell me where it is.

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8301.27580950]

From: Jakesch, Simon
Sent: 17 July 2013 15:12
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8301.27580950]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Pebbles iso build

2013-07-17 Thread Stephen_Friday
OK we can put this on hold - I have just spoken with Uncle and he is going to 
walk me through this tomorrow.

Thanks all for the help.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8303.9B7771C0]

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: 17 July 2013 15:20
To: Jakesch, Simon; crowbar
Subject: Re: [Crowbar] Pebbles iso build

Thanks

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8303.9B7771C0]

From: Jakesch, Simon
Sent: 17 July 2013 15:17
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

It gets generated during the build process. Let me get you a PFS build and the 
associated log, that'll give you an opportunity to compare and contrast.


From: Friday, Stephen
Sent: Wednesday, July 17, 2013 3:13 PM
To: Jakesch, Simon; crowbar
Subject: RE: Pebbles iso build

Sure if you tell me where it is.

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8303.9B7771C0]

From: Jakesch, Simon
Sent: 17 July 2013 15:12
To: Friday, Stephen; crowbar
Subject: RE: Pebbles iso build

Stephen,

The build log is the best resource to see what might have gone wrong. Would you 
mind sharing it with us? I'd be happy to look over it.

Simon Jakesch
Crowbar Product and Community Manager
Dell | Enterprise Cloud Solutions
mobile +1 303 807 9537, skype magurer1
simon_jake...@dell.com

From: crowbar-bounces On Behalf Of Friday, Stephen
Sent: Tuesday, July 16, 2013 9:03 PM
To: crowbar
Subject: [Crowbar] Pebbles iso build

I am trying to build an sio from the devtool instructions, I used the 
-wild-cache as I want to try PFS and I now have an iso, I deployed crowbar 
server from this iso but when I go to find the bc-template-network.json it is 
missing, along with the chef/data_bags/crowbar directories, it is though it has 
half built the iso.

What am I missing or where do I start troubleshooting.

Regards

Steve Friday
Solutions Architect Sr Cnsltnt - Cloud Engineering CoE
Dell | Services Product Group
Mobile +1 (512) 815 0476
[cid:image001.jpg@01CE8303.9B7771C0]

<>___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/

Re: [Crowbar] Community Jenkins server - Brakeman and tailor (Pebbles)

2013-07-17 Thread James Tan
Quoting James Tan :
> The results are available at the main Crowbar Pebbles Jenkins page:
>
> http://ci.opensuse.org/view/Crowbar/job/crowbar-pebbles-travis_ci-trackupstream/
>
> From there you can see/access:
>
> * Brakeman vulnerability trend chart
> * "Brakeman vulnerability results" link (Jenkins style)
> * "brakeman-output.html" link (single HTML page)
> * "tailor-output.text" link (plain text)

Judd asked for foodcritic (http://acrmp.github.io/foodcritic/), so  
I've added that:

   * "foodcritic-output.text" link (plain text)

Cheers,
James T.

___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/