Hide Forgot
Description of problem: Running cloud-init to set hostname on a fedora 23 box works fine but running the exact same test on RHOS cfme 5.5.2 does not. The only difference is the cloud-init version on fedora is 0.7.7 and on CFME its 0.7.6. Version-Release number of selected component (if applicable): How reproducible:100% Steps to Reproduce: 1. login to RHOS 2. create new cfme 5.5.2 RHOS image 3. launch instance 4. fill out tabs as required 5. add cloud-init script to direct input 6. launch instance 7. check changes on instance Actual results:no changes made by cloud-init Expected results: changes completed Additional info: script tested with is as follows: #cloud-config hostname: test fqdn: test.example.com manage_etc_hosts: true
The decision was made to not allow cloud-init to change the appliance hostname. See https://bugzilla.redhat.com/show_bug.cgi?id=1282927 and https://github.com/ManageIQ/manageiq-appliance/pull/45