Description of problem: When you deploy a instance and install / configure aeolus-config server, it does not chkconfig httpd and aeolus-configserver on. this means, when you reboot, config server is not functioning as expected. Version-Release number of selected component (if applicable): # rpm -qa | grep aeolus-conf aeolus-configserver-0.4.6-0.el6.noarch How reproducible: always Steps to Reproduce: 1. install and configure config server. 2. 3. Actual results: # chkconfig --list aeolus-configserver aeolus-configserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off # chkconfig --list httpd httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off Expected results: # chkconfig --list aeolus-configserver aeolus-configserver 0:off 1:off 2:off 3:on 4:off 5:off 6:off # chkconfig --list httpd httpd 0:off 1:off 2:off 3:on 4:off 5:off 6:off Additional info:
Adding to Dan's plate
aeolus-configserver-0.4.6-1 has been built and tagged in brew https://brewweb.devel.redhat.com/buildinfo?buildID=201795 from commit a983ca501baad3e00a3192913d06b139c06bb2c2
1. rpm -qa | grep aeolus-conf aeolus-configserver-0.4.6-0.el6.noarch 2. install and configure config server. 3. [root@cypher ~]# chkconfig --list aeolus-configserver aeolus-configserver 0:off 1:off 2:off 3:off 4:off 5:off 6:off 4. [root@cypher ~]# chkconfig --list httpd httpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off Its not there in the puddle . aeolus-configserver-0.4.6-0.el6.noarch ======================================================== Repo Used : http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-03-12.1/el6-ce/
it's in aeolus-configserver-0.4.6-1 this test specifies aeolus-configserver-0.4.6-0
rpm -qa | grep aeolus-conf aeolus-configserver-0.4.6-1.el6.noarch [root@cypher ~]# chkconfig --list aeolus-configserver aeolus-configserver 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@cypher ~]# chkconfig --list httpd httpd 0:off 1:off 2:on 3:on 4:on 5:on 6:off ======================================================== Repo Used : http://download.lab.bos.redhat.com/rel-eng/CloudForms/1.0/2012-03-13.1/el6-ce/x86_64/
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-0585.html