Bug 752605 - Conductor:Config Engine, Element image has extra content services
Summary: Conductor:Config Engine, Element image has extra content services
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-configserver
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
Assignee: Greg Blomquist
QA Contact: dgao
URL: https://qeblade31.rhq.lab.eng.bos.red...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-09 23:42 UTC by wes hayutin
Modified: 2012-01-26 12:17 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-16 21:14:08 UTC


Attachments (Terms of Use)

Description wes hayutin 2011-11-09 23:42:24 UTC
Description of problem:

 <description>auto description</description>
  <assemblies>
    <assembly name='testMock' hwp='i386SMALL'>
      <image id='5437b6eb-3a85-45d5-9d50-c18b19a49e6c' build='cab0dded-8445-4c0c-96e5-2fa8dee3d6dc'>
        <services>
          <service name='auto_service'>
            <executable url='https://www.aeolusproject.org/redmine/attachments/download/169/start_simple'>
              <parameters>
                <parameter name='auto_service_param1' type='scalar'>
                  <value>![CDATA[value 2]]</value>
                </parameter>
              </parameters>
            </executable>
          </service>
        </services>
      </image>
    </assembly>
  </assemblies>

also tried w/ 
  <description>auto description</description>
  <assemblies>
    <assembly name='testMock' hwp='i386SMALL'>
      <image id='013516ad-7138-4275-9822-751d6d7cd9a9' build='703e91b5-605b-4a23-b6b0-809b8e91eb89'>
        <services>
          <service name='auto_service'>
            <executable url='https://www.aeolusproject.org/redmine/attachments/download/169/start_simple' />
            <parameters>
              <parameter name='auto_service_param1' type='scalar'>
                <value>![CDATA[value 2]]</value>
              </parameter>
            </parameters>
          </service>
        </services>
      </image>
    </assembly>
  </assemblies>



[root@qeblade31 ~]# rpm -qa | grep aeolus
aeolus-conductor-doc-0.6.0-0.20111029030732git7410602.fc15.noarch
rubygem-aeolus-cli-0.1.0-3.20111028152758git7063136.fc15.noarch
aeolus-conductor-0.6.0-0.20111029030732git7410602.fc15.noarch
aeolus-conductor-daemons-0.6.0-0.20111029030732git7410602.fc15.noarch
aeolus-all-0.6.0-0.20111029030732git7410602.fc15.noarch
rubygem-aeolus-image-0.1.0-4.20111024205454git6b2b696.fc15.noarch
aeolus-configure-2.3.0-0.20111028220920gitf01b051.fc15.noarch
[root@qeblade31 ~]# 


wondering if my xml is messed up???


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