Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-05 | Fix a typo in deployed-server/README.rst | Cao Xuan Hoang | 1 | -1/+1 | |
Removed redundant 'the' Change-Id: I4cfeb93738979e95ff00ee6760689be3410b373d | |||||
2016-12-01 | Make get-occ-config.sh support custom roles | James Slagle | 1 | -4/+9 | |
Updates the get-occ-config.sh script used with the deployed-server environment to support custom roles. Any custom role name, and a corresponding set of hosts (ip addresses or hostnames) can now be passed to the script and it will query for the proper nested stack uuid's and configure os-collect-config appropriately on the respective nodes. Change-Id: I8fc39e6d18cd70ff881e2a284234b26261018d67 | |||||
2016-07-11 | Use already Deployed/Installed servers | James Slagle | 1 | -0/+129 | |
This patch provides a set of templates that enables tripleo-heat-templates to be used with a set of already deployed, installed, and running servers. In this method, Nova and Ironic are not used to deploy any servers. This approach is attractive for POC deployments where dedicated provisioning networks are not available, or other server install methods are dictated for various reasons. There are also assumptions that currently have to be made about the software installed on the already deployed servers. Effectively, they must match the standard TripleO overcloud-full image. Co-Authored-By: Steve Hardy <shardy@redhat.com> Change-Id: I4ab1531f69c73457653f1cca3fe30cc32a04c129 |