Re: [Crowbar] Using OpenWSMAN Ruby for iDRAC interface?
Justin, Great! would love to have more people participate and help in any way - early debug/test especially. I'm interested in hearing more about your environment so that we can make sure there's a good fit for your use cases. It would be ideal if you could you add some of that information to http://pad.opencrowbar.org/p/community-planning-meeting-2014-06-04 We're trying to collect use cases and prioritize development for porting the WSMAN code from v1 to v2. Thanks, On Wed, May 28, 2014 at 10:35 AM, Justin Bovee wrote: > Absolutely interested in this. > Not a dev at all but I have been teaching myself Ruby with the goal of > adding provisioning through iDRAC for our internal tools. If Crowbar was > able to provision through the iDRAC, it would be a game changer for my > environment. > > Justin Bovee > > > On Saturday, May 24, 2014 6:09:11 PM UTC-5, Rob "zehicle" Hirschfeld wrote: >> >> All, >> >> >> >> In design for the Dell gear (while Dell was still sponsoring), we’d >> talked about doing iDRAC from in-band to out-of-band jobs from the annealer. >> >> >> >> I found this http://openwsman.github.io/ driver ? Thoughts about taking >> this on? >> >> >> >> Rob >> >> *__* >> >> *Rob Hirschfeld* >> >> Sr. Distinguished Cloud Solution Architect >> >> *Dell* | Cloud Edge, Data Center Solutions >> >> *cell* +1 512 909-7219 *blog* robhirschfeld.com, *twitter* @zehicle >> >> Please note, I am based in the CENTRAL (-6) time zone >> >> >> > -- > You received this message because you are subscribed to the Google Groups > "Crowbar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opencrowbar+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Rob Rob Hirschfeld -- You received this message because you are subscribed to the Google Groups "Crowbar" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencrowbar+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
Re: [Crowbar] Different IP address in crowbar node
Cristian, Yes. The production.sh script (in those instructions) includes several API calls to make streamline the setup. I can see two ways to address it. 1) pass the --zombies flag e.g. "production.sh [FQDN] --zombies" so that you can _change_ the IP networking before the annealing starts. You have to use the API to set that node as alive to complete the install because there's no UI for "alive" 2) you can modify the production.sh script before you run it to set the IP as desired. Zombies? see: https://github.com/opencrowbar/core/blob/master/production.sh#L143 Please let us know how it goes. On Wed, Jun 11, 2014 at 12:29 PM, Cristian Sanchez wrote: > Hi, > I'm installing Crowbar v2 on top of CentOS 6.5 following these > instructions: > https://github.com/opencrowbar/core/blob/master/doc/deployment-guide/Install-CentOS-RHEL-6.5-AdminNode.md > > But in my lab I need to have a different IP address than 192.168.124.10. > Is this possible? > > Thanks > > Cristian > > -- > You received this message because you are subscribed to the Google Groups > "Crowbar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opencrowbar+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Rob Rob Hirschfeld ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
Re: [Crowbar] Different IP address in crowbar node
Should be in either /var/logs/opencrowbar or /opt/opencrowbar/core/rails/log If the later, then please file a bug. On Jun 12, 2014 1:59 PM, "Cristian Sanchez" wrote: > I managed to add one extra interface and make the configuration as > default. > But now I'm facing another problem when running production.sh > > [root@jp14-1 core]# curl -f --digest -u > machine-install:5f038997702563d01a2e82e550b444b1fe02386b6748d91f7ab104dc37ca8507a16b6f0a1eec42657cb8f4a5084dd64036c990b71afabae40aff7b7c68101080 > -X GET http://localhost:3000/api/v2/networks/admin/allocations -d node= > jp14-1.localdomain.com > > curl: (22) The requested URL returned error: 500 Internal Server Error > > > do you know which log file can I look at to get an idea of the cause of > this error? > Thanks > > > > > On Wed, Jun 11, 2014 at 4:37 PM, Rob H wrote: > >> Cristian, >> >> Yes. The production.sh script (in those instructions) includes several >> API calls to make streamline the setup. >> >> I can see two ways to address it. >> 1) pass the --zombies flag e.g. "production.sh [FQDN] --zombies" so that >> you can _change_ the IP networking before the annealing starts. You have >> to use the API to set that node as alive to complete the install because >> there's no UI for "alive" >> 2) you can modify the production.sh script before you run it to set the >> IP as desired. >> >> Zombies? see: >> https://github.com/opencrowbar/core/blob/master/production.sh#L143 >> >> Please let us know how it goes. >> >> >> On Wed, Jun 11, 2014 at 12:29 PM, Cristian Sanchez >> wrote: >> >>> Hi, >>> I'm installing Crowbar v2 on top of CentOS 6.5 following these >>> instructions: >>> https://github.com/opencrowbar/core/blob/master/doc/deployment-guide/Install-CentOS-RHEL-6.5-AdminNode.md >>> >>> But in my lab I need to have a different IP address than 192.168.124.10. >>> Is this possible? >>> >>> Thanks >>> >>> Cristian >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Crowbar" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to opencrowbar+unsubscr...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> Rob >> >> Rob Hirschfeld >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Crowbar" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to opencrowbar+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google Groups > "Crowbar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opencrowbar+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
Re: [Crowbar] please decouple lists
I'll look into that. Thanks for letting me know. On Jun 6, 2014 8:52 AM, "Adam Spiers" wrote: > Hi Rob, > > I'm now getting three copies of every mail to the list(s). I'm not > 100% sure but I believe this is because a) mails are being > cross-posted and b) the old list is subscribed to the new list. If > so, in the interests of encouraging a clean migration with minimum > confusion, please can we avoid a) and reverse b) ? > > Thanks, > Adam > > -- > You received this message because you are subscribed to the Google Groups > "Crowbar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opencrowbar+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Crowbar" group. To unsubscribe from this group and stop receiving emails from it, send an email to opencrowbar+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout. ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/
Re: [Crowbar] OpenCrowbar Design Meeting tomorrow at 10 CT
I know of several people who conflicts at 10 today. Let's push this to 11 starting immediately. On Wed, Jul 9, 2014 at 9:15 AM, wrote: > All, > > > > I’m considering moving this meeting to a more West Coast friendly time > (perhaps 11 CT or even 3 CT) in the future. > > > > We chose 10 to accommodate Europe time zones but it’s appropriate to open > up the discussion. > > > > Rob > > > > *From:* crowbar-bounces *On Behalf Of *Hirschfeld, Rob > *Sent:* Tuesday, July 08, 2014 3:47 PM > *To:* opencrow...@googlegroups.com > *Cc:* crowbar > *Subject:* [Crowbar] OpenCrowbar Design Meeting tomorrow at 10 CT > > > > All, > > > > http://pad.opencrowbar.org/p/community-design-meeting-2014-07-09 > > > > Share: http://join.me/opencrowbar > > > > ## Design Meeting Agenda > > > > * Chef Metal > > * RPM install maintenance > > * Use cases for power management > > · * how to handle VMs > > * Cloud API Jig > > · “As an operator, I want Crowbar to provision nodes in cloud > infrastructure instead of needed physical gear. In those cases, I would > create a node in Crowbar of “cloud” type and Crowbar would use the cloud’s > APIs to create a managed node that would be managed by the Crowbar > orchestration. This allows me to run/test my deployment scripts against > elastic workloads without needed physical infrastructure.” > > * Wizards for Workloads (now that we have Ready State Wizard) > > * Extending Travis CI to workloads > > * Docs publishing HTML > > > > > > Rob > > *__* > > *Rob Hirschfeld* > > *cell* +1 512 909-7219 *blog* robhirschfeld.com, *twitter* @zehicle > > Please note, I am based in the CENTRAL (-6) time zone > > > > -- > You received this message because you are subscribed to the Google Groups > "Crowbar" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opencrowbar+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Rob Rob Hirschfeld ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more information: http://crowbar.github.com/