Bug 1283697
| Summary: | Add puppet-opendaylight module | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jason Guiditta <jguiditt> |
| Component: | openstack-puppet-modules | Assignee: | Jason Guiditta <jguiditt> |
| Status: | CLOSED ERRATA | QA Contact: | Itzik Brown <itbrown> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | 8.0 (Liberty) | CC: | augol, jguiditt, jschluet, nyechiel, sasha, tfreger, yeylon |
| Target Milestone: | ga | Keywords: | TechPreview |
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openstack-puppet-modules-7.0.2-1.el7ost | Doc Type: | Technology Preview |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-07 21:12:58 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: | |||
|
Description
Jason Guiditta
2015-11-19 15:41:42 UTC
Merged, awaiting rpm This can be verfied by ensuring that the openstack-puppet-modules rpm has installed a module to /usr/share/openstack-puppet/modules/opendaylight/. The module is not yet used, that will come in the related BZ(s). # tree /usr/share/openstack-puppet/modules/opendaylight/ /usr/share/openstack-puppet/modules/opendaylight/ ├── CHANGELOG ├── CONTRIBUTING.markdown ├── files │ └── upstart.odl.conf ├── Gemfile ├── LICENSE ├── manifests │ ├── config.pp │ ├── init.pp │ ├── install.pp │ ├── params.pp │ └── service.pp ├── metadata.json ├── Rakefile ├── README.markdown ├── templates │ ├── custom.properties.erb │ ├── jetty.xml.erb │ └── org.apache.karaf.features.cfg.erb └── Vagrantfile 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. https://rhn.redhat.com/errata/RHEA-2016-0603.html |