Bug 802762 - aeolus-cleanup for rhevm should pass better message when rhevm_cleanup is not filled
Summary: aeolus-cleanup for rhevm should pass better message when rhevm_cleanup is not...
Keywords:
Status: CLOSED EOL
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-configure
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
Assignee: Steve Linabery
QA Contact: Rehana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-13 13:06 UTC by Shveta
Modified: 2020-03-27 19:44 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:44:15 UTC


Attachments (Terms of Use)

Description Shveta 2012-03-13 13:06:29 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
Two bugs here : 
=============
1.  cat /etc/aeolus-configure/nodes/rhevm_cleanup 
#rhevm-only cleanup specification
---
parameters:
  enable_https: true
  enable_security: false
  package_provider: rpm
classes:
  aeolus::profiles::rhevm::disabled:
    instances:
      default:
        # Uncomment and provide values to match your RHEV environment.
        #
        # Values below are examples.
        #
        #  nfs_mount_point: /mnt/rhevm-nfs

2.  aeolus-cleanup -p rhevm
Must pass nfs_mount_point to Aeolus::Profiles::Rhevm::Disable[default] at /usr/share/aeolus-configure/modules/aeolus/manifests/profiles/rhevm/disable.pp:15 on node amd-ma78gm-01.rhts.eng.bos.redhat.com


Second BUG : If proper spacing is not there then also nfs mount is not read and 
ignored.

1. cat /etc/aeolus-configure/nodes/rhevm_cleanup
#rhevm-only cleanup specification
---
parameters:
  enable_https: true
  enable_security: false
  package_provider: rpm
classes:
  aeolus::profiles::rhevm::disabled:
    instances:
      default:
      blade27:
      nfs_mount_point: /mnt/rhevm-nfs
  
2. aeolus-cleanup -p rhevm
Must pass a parameter or all necessary values on node amd-ma78gm-01.rhts.eng.bos.redhat.com

Actual results:


Expected results:


Additional info:

Comment 1 Shveta 2012-03-13 13:08:23 UTC
rpm -qa|grep aeolus
aeolus-conductor-doc-0.8.0-41.el6.noarch
rubygem-aeolus-cli-0.3.0-13.el6.noarch
aeolus-all-0.8.0-41.el6.noarch
aeolus-conductor-0.8.0-41.el6.noarch
rubygem-aeolus-image-0.3.0-12.el6.noarch
aeolus-configure-2.5.0-18.el6.noarch
aeolus-conductor-daemons-0.8.0-41.el6.noarch

Comment 2 Mike Orazi 2012-08-16 15:55:07 UTC
Moving to 2.0.0 for consideration when we consider removing provider setup from the initial aeolus-configure run.


Note You need to log in before you can comment on or make changes to this bug.