summaryrefslogtreecommitdiffstats
path: root/meta-openstack/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* OpenLDAP READMEAmy Fong2014-07-311-0/+165
| | | | | | Add a README file pertaining to the openldap/keystone/pam usage. Signed-off-by: Amy Fong <amy.fong@windriver.com>
* rally add readme docVu Tran2014-07-171-0/+335
| | | | | Signed-off-by: Vu Tran <vu.tran@windriver.com>
* Add metadata service support to controller nodeAndy Ning2014-06-181-0/+117
| | | | | | | | | | | | | | | | | | The metadata service is working as the following: - metadata is being served by nova-api on controller at port 8775. - VM instance requests metadata by 169.254.169.254 (eg, curl http://169.254.169.254/latest/meta-data) - metadata request comes to neutron-ns-metadata-proxy on controller in dhcp network name space. - neutron-ns-metadata-proxy forwards the request to neutron-metadata-agent through a unix domain socket (/var/lib/neutron/metadata_proxy). - neutron-metadata-agent sends the request to nova-api on port 8775 to be serviced. To support metadata service, neutron-ns-metadata-proxy is baked into the controller image. Also neutron-metadata-agent startup script (/etc/init.d/neutron-metadata-agent) and config file (/etc/neutron/metadata_agent.ini) are added to start up metadata agent at system initialization. dhcp_agent.ini and nova.conf are updated as well. A README.metadata is added in the Documentation/ directory. Signed-off-by: Andy Ning <andy.ning@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Upgrade cirros guest image to 0.3.2Andy Ning2014-06-173-6/+6
| | | | | | | | | | | | | cirros 0.3.0 has a bug which ignores classless static routes passed by dhcp option 121. This static route is needed for the instance to access metadata service from 169.254.169.254. 0.3.2 has this bug fixed. Details about this bug can be found at: https://bugs.launchpad.net/cirros/+bug/1190372 Updated documents that reference specific version of cirros as well. Note: 0.3.2 download URI (SRC_URI) has been changed from "https://launchpad.net/cirros/trunk" to "http://download.cirros-cloud.net", since cirros binary downloads are all in the new URI. Signed-off-by: Andy Ning <andy.ning@windriver.com>
* ceph README missing test stepsVu Tran2014-05-261-5/+9
| | | | | | | | | | | | By default cinder-backup driver is swift. To test ceph cinder-backup driver, the backup_driver in cinder.conf must be set to ceph. Update README.ceph-openstack to reflect this. Also change "$" to "#" for test steps which are not commands. Signed-off-by: Vu Tran <vu.tran@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* add readme about barbican security issuesKeith Holman2014-05-231-0/+69
| | | | | | | | | | | Using Barbican with Keystone authentication has some known problems. Specifically, the problme is that Keystone now uses PKI tokens, which are too long for the Barbican protocol to handle in its current configuration. This patch delivers a readme file to document these issues for the end-user. Signed-off-by: Keith Holman <Keith.Holman@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* documentation: remove non-yocto script referencesBruce Ashfield2014-05-233-52/+2
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* docs: move more READMEs into DocumentationBruce Ashfield2014-05-236-0/+1426
| | | | Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* Testing documentationAmy Fong2014-05-238-0/+2179
Add documentation for testing swift, ceph, heat. Create a script and instructions on a script that launches a controller and a specified number of compute nodes. Signed-off-by: Amy Fong <amy.fong@windriver.com>