problem to create rhevm profile

Koca koca at koci-net.cz
Thu Mar 8 07:48:27 UTC 2012


try with this conf file:
---
 parameters:
   enable_https: true
   enable_security: false
   package_provider: rpm
 classes:
   aeolus::conductor:
   aeolus::image-factory:
   aeolus::iwhd:
   aeolus::deltacloud::core:
   aeolus::profiles::rhevm:
     instances:
       default:
         nfs_server: rh6lab3.il.nds.com
         nfs_export: /extra/export2
         nfs_mount_point: /mnt/rhevm-nfs
         deltacloud_username: admin at internal
         deltacloud_password: xxxxx
         deltacloud_api: https://rhevm2.il.nds.com:8443/api
         deltacloud_data_center: daf86d06-671e-4832-9710-a5d5974ff7d6
         push_timeout: 1800
On Wed, 2012-03-07 at 16:18 +0000, Berezovski, Vladimir wrote:
> Hi ,
> 
> When I try to create rhevm profile  I get this error :
> 
> Launching aeolus configuration recipe...
> warning: Could not find class deltacloud_api for localhost.localdomain
> warning: Could not find class deltacloud_password for localhost.localdomain
> warning: Could not find class push_timeout for localhost.localdomain
> warning: Could not find class deltacloud_data_center for localhost.localdomain
> warning: Could not find class nfs_export for localhost.localdomain
> warning: Could not find class nfs_mount_point for localhost.localdomain
> warning: Could not find class nfs_server for localhost.localdomain
> warning: Could not find class deltacloud_username for localhost.localdomain
> Must pass deltacloud_api to Aeolus::Profiles::Rhevm::Instance[default] at /usr/share/aeolus-configure/modules/aeolus/manifests/profiles/rhevm/instance.pp:15 on node localhost.localdomain
> 
> 
> Next time output will refer to another deltacloud  parameter - say deltacloud_data_center  etc.
> 
> Having pretty  long  log when used debug mode . The last line in debug  mode reports on "Failed to load library 'ldap' for feature 'ldap' .
> 
> ---
> parameters:
>   enable_https: true
>   enable_security: false
>   package_provider: rpm
> classes:
>   aeolus::conductor:
>   aeolus::image-factory:
>   aeolus::iwhd:
>   aeolus::deltacloud::core:
>   aeolus::profiles::rhevm:
>     instances:
>       default:
>   nfs_server: rh6lab3.il.nds.com
>   nfs_export: /extra/export2
>   nfs_mount_point: /mnt/rhevm-nfs
>   deltacloud_username: admin at internal
>   deltacloud_password: xxxxx
>   deltacloud_api: https://rhevm2.il.nds.com:8443/api
>   deltacloud_data_center: daf86d06-671e-4832-9710-a5d5974ff7d6
>   push_timeout: 1800
> 
> /Vlad 
> 
> -----Original Message-----
> From: Justin Clift [mailto:jclift at redhat.com] 
> Sent: Tuesday, March 06, 2012 9:14 PM
> To: Berezovski, Vladimir
> Subject: Re: problem to create rhevm profile - iwhd is not running
> 
> Hi Vlad,
> 
> Ask this on the mailing list. :)
> 
> I'm buried in other stuff at the moment, but this looks like something that will be of real interest to our developers.  (ie the warnings, etc)
> 
> :)
> 
> Regards and best wishes,
> 
> Justin Clift
> 
> 
> On 07/03/2012, at 2:39 AM, Berezovski, Vladimir wrote:
> 
> > 
> > 
> > Hi ,
> > 
> > Installed FC16  with  testing repo  for Aeolus .
> > 
> > Now when I try to create rhevm profile I get this error :
> > 
> > 
> > Launching aeolus configuration recipe...
> > warning: Could not find class nfs_server for localhost.localdomain
> > warning: Could not find class deltacloud_data_center for 
> > localhost.localdomain
> > warning: Could not find class push_timeout for localhost.localdomain
> > warning: Could not find class deltacloud_api for localhost.localdomain
> > warning: Could not find class deltacloud_password for 
> > localhost.localdomain
> > warning: Could not find class deltacloud_username for 
> > localhost.localdomain
> > warning: Could not find class nfs_export for localhost.localdomain
> > warning: Could not find class nfs_mount_point for 
> > localhost.localdomain Must pass nfs_server to 
> > Aeolus::Profiles::Rhevm::Instance[default] at 
> > /usr/share/aeolus-configure/modules/aeolus/manifests/profiles/rhevm/in
> > stance.pp:15 on node localhost.localdomain
> > 
> > 
> > My /etc/aeolus-configure/nodes/rhevm_configure  looks like  below . I noticed that in FC16  it doesn't have rhevm_  in parameters .
> > ---
> > parameters:
> >  enable_https: true
> >  enable_security: false
> >  package_provider: rpm
> > classes:
> >  aeolus::conductor:
> >  aeolus::image-factory:
> >  aeolus::iwhd:
> >  aeolus::deltacloud::core:
> >  aeolus::profiles::rhevm:
> >    instances:
> >      default:
> >  nfs_server: rh6lab3.il.nds.com
> >  nfs_export: /extra/aeolus/export
> >  nfs_mount_point: /mnt/rhevm-nfs
> >  deltacloud_username: admin at internal
> >  deltacloud_password: xxxx
> >  deltacloud_api: https://rhevm2.il.nds.com:8443/api
> >  deltacloud_data_center: daf86d06-671e-4832-9710-a5d5974ff7d6
> >  push_timeout: 1800
> > ---
> > 
> > ???
> > 
> > Thanks .
> >  
> > 
> > /Vlad .
> > 
> > 
> > -----Original Message-----
> > From: Justin Clift [mailto:jclift at redhat.com]
> > Sent: Monday, March 05, 2012 4:47 PM
> > To: Berezovski, Vladimir
> > Subject: Re: problem to create rhevm profile - iwhd is not running
> > 
> > On 06/03/2012, at 1:36 AM, Berezovski, Vladimir wrote:
> >> I'm using FC15  and   main FC15  aeolus repo :  http://repos.fedorapeople.org/repos/aeolus/conductor/latest-release   .
> >> 
> >> Continue  with   current FC version  OR  replace  with FC16/RHEL 6  ?
> > 
> > For the moment, *definitely* use RHEL 6.2, with the testing repo's for 
> > that. ;)
> > 
> > Just saying that because it's what I was using last week, so I know it works.
> > 
> > I haven't set up Aeolus with RHEV for vSphere yet though, so I'm not 
> > going to be any real use to you there. :(
> > 
> > When you go looking for documentation, the Aeolus *wiki* is the right place (I'm told).
> > 
> >  https://www.aeolusproject.org/redmine/projects/aeolus/wiki/
> >  
> > https://www.aeolusproject.org/redmine/projects/aeolus/wiki/RHEV-M_Setu
> > p  
> > https://www.aeolusproject.org/redmine/projects/aeolus/wiki/VSphere_Set
> > up
> > 
> > Our "Getting Started Guide" is majorly out of date.  I want to get that fixed this week, but that doesn't really help you much.  Don't wait for me though, as delays are pretty common (ugh).
> > 
> > Keep asking the guys on the mailing list... or for very best result, 
> > jump on IRC and ask there.  You seem to be in the right timezone for 
> > it (ie now), so should find the developers online.  They're very very 
> > good when asked interactively (IRC). :)
> > 
> > Me... I'm about to get some sleep.  In Australia here, and it's after midnight.
> > ;)
> > 
> > Hope that helps. :)
> > 
> > Regards and best wishes,
> > 
> > Justin Clift
> > 
> >> 
> >> Thanks .
> >> 
> >> /Vlad
> >> 
> >> 
> >> -----Original Message-----
> >> From: Justin Clift [mailto:jclift at redhat.com]
> >> Sent: Monday, March 05, 2012 4:12 PM
> >> To: Berezovski, Vladimir
> >> Cc: aeolus-devel at fedorahosted.org
> >> Subject: Re: problem to create rhevm profile - iwhd is not running
> >> 
> >> On 05/03/2012, at 7:25 PM, Berezovski, Vladimir wrote:
> >>> When I try to create rhevm profile  iwd  service is not running  ( port 9090 ) .
> >>> 
> >>> # aeolus-configure -p rhevm
> >>> 
> >>> notice:
> >>> /Stage[main]/Aeolus::Profiles::Rhevm/Aeolus::Create_bucket[aeolus]/E
> >>> x
> >>> e
> >>> c[create-bucket-aeolus]/returns: curl: (7) couldn't connect to host
> >>> err:
> >>> /Stage[main]/Aeolus::Profiles::Rhevm/Aeolus::Create_bucket[aeolus]/E
> >>> x
> >>> e
> >>> c[create-bucket-aeolus]/returns: change from notrun to 0 failed:
> >>> /usr/bin/curl --proxy '' -X PUT http://localhost:9090/templates 
> >>> returned 7 instead of one of [0] at
> >>> /usr/share/aeolus-configure/modules/aeolus/manifests/iwhd.pp:100
> >>> notice: Finished catalog run in 30.67 seconds
> >>> 
> >>> # /etc/init.d/iwhd status
> >>> iwhd.service - Image Warehouse
> >>>         Loaded: loaded (/lib/systemd/system/iwhd.service)
> >>>         Active: failed since Mon, 05 Mar 2012 10:20:48 +0200; 3min 41s ago
> >>>       Main PID: 4864 (code=dumped, signal=SEGV)
> >>>         CGroup: name=systemd:/system/iwhd.service
> >>> 
> >>> What  is to be fixed ?
> >> 
> >> Hi Vladimir,
> >> 
> >> Are you using Fedora 16, and the version of Aeolus from the main Fedora repositories?
> >> (rather than our repositories)
> >> 
> >> The "signal=SEGV" bit sounds like this bug here:
> >> 
> >> https://bugzilla.redhat.com/show_bug.cgi?id=796409
> >> 
> >> We're trying to figure out how best to fix that.
> >> 
> >> If you *are* using Fedora 16, with the main Fedora repositories... please try with our testing repository instead:
> >> 
> >> 
> >> http://repos.fedorapeople.org/repos/aeolus/conductor/testing/fedora-1
> >> 6
> >> /x86_64/
> >> 
> >> Alternatively, if you're using RHEL 6.2 and having this bug... ouch.  
> >> Please let us know either way. :)
> >> 
> >> Regards and best wishes,
> >> 
> >> Justin Clift
> >> 
> >> 
> >>> Best regards  ,
> >>> Vladimir Berezovski
> >> 
> >> --
> >> Aeolus Community Manager
> >> http://www.aeolusproject.org
> >> 
> >> 
> >> ________________________________
> >> 
> >> This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmaster at nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes.
> >> To protect the environment please do not print this e-mail unless necessary.
> >> 
> >> An NDS Group Limited company. www.nds.com
> > 
> > --
> > Aeolus Community Manager
> > http://www.aeolusproject.org
> > 
> 
> --
> Aeolus Community Manager
> http://www.aeolusproject.org
> 





More information about the aeolus-devel mailing list