Bug 1346432
| Summary: | cloud_init scripts not passing to RHOS7 provider | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | luke couzens <lcouzens> |
| Component: | Provisioning | Assignee: | Greg McCullough <gmccullo> |
| Status: | CLOSED DUPLICATE | QA Contact: | luke couzens <lcouzens> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.6.0 | CC: | abellott, dajohnso, gtanzill, jhardy, ncarboni, obarenbo |
| Target Milestone: | GA | ||
| Target Release: | 5.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | cloud_init:openstack | ||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-23 13:26: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: | |||
I think this is a provisioning issue, not an appliance one. Gregg who should this be assigned to? *** This bug has been marked as a duplicate of bug 1331806 *** |
Description of problem: Cloud init scripts not passing to rhos provision through cfme, but provisioning directly on rhos cloud init scripts are working. Version-Release number of selected component (if applicable):5.6.0.10 How reproducible:100% Steps to Reproduce: 1.provision 5.6.0.10 appliance 2.add cloud init script to compute-infra-pxe-templates 3.add rhos provider to compute-cloud-providers 4.provision new instance with cloud init script Actual results: cloud init script not run Expected results: script run and changes complete Additional info: used same fedora 22 template on cfme and rhos directly with the following script. #cloud-config write_files: - path: /tmp/test.txt content: | Here is a line.