Bug 1331806
| Summary: | cloud_init scripts not passing to fedora23 instance on RHOS7 provider | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> |
| Component: | Provisioning | Assignee: | Brandon Dunne <bdunne> |
| Status: | CLOSED DUPLICATE | QA Contact: | luke couzens <lcouzens> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 5.6.0 | CC: | abellott, bdunne, jhardy, jkrocil, lcouzens, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.6.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | cloud_init:openstack | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-08-30 13:06:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** Bug 1346432 has been marked as a duplicate of this bug. *** Please retest since https://bugzilla.redhat.com/show_bug.cgi?id=1355895 has been resolved. Luke, Can this be marked as duplicate? Brandon, I believe so as its works correctly on 5.6.1.2 so either dup or verified. *** This bug has been marked as a duplicate of bug 1355895 *** |
Description of problem:cloud_init scripts failing to run when provisioning new fedora23 instance on rhos7 provider. Version-Release number of selected component (if applicable):5.6.0.4-beta2.3 How reproducible:100% Steps to Reproduce: 1.provision 5.6.0.4-beta2.3 appliance 2.add rhos7 provider 3.provision fedora23 with cloud init script Actual results: vm created but no scripts run Expected results:vm created and script run Additional info: scripts tested with #cloud-config write_files: - path: /tmp/test.txt content: | Here is a line. #cloud-config hostname: mynode fqdn: mynode.example.com manage_etc_hosts: true running the same test on a 5.5.3.4 appliance works fine.