summaryrefslogtreecommitdiffstats
path: root/fuel/prototypes/auto-deploy
AgeCommit message (Collapse)AuthorFilesLines
2015-10-03Removed fuel from Genesis master since fuel has moved to repo fuel.Jonas Bjurel66-10445/+0
Change-Id: If264c47c2df95201fe96dc58cf0db6f572859529 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2015-07-01Added libvirt boot watchdog definition to provide more robust deployment in ↵Jonas Bjurel3-0/+3
case of dhcp/pxe time-out Change-Id: Id505a0ee89b72460bc65c7181ceae40e5443a515 JIRA: Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2015-06-28Removed security policies from autodeploy prototype libvirt fuel example ↵Jonas Bjurel1-1/+0
libvirt template, preventing fuel node to boot on Ubuntu 14.04 libvirt. Change-Id: If9083fba89cca855ef3a4502b820583227cab950 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
2015-06-19Fixing network configuration bug in dea.yamlSzilard Cserey2-2/+2
it kept failing whenever I tried to deploy in HA mode JIRA: [BGS-2] Create Fuel deployment script Change-Id: I94f2b49ef4caf6674c636568601aac69c0339617 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-05-21New and corrected DEA templates for LF Pod 1Stefan K. Berg2-3/+972
- Renamed the HA DEA from dea.yaml to dea_ha.yaml. - Introduced a non HA DEA as dea_no-ha.yaml, having one controller and four computes. - Narrowed the Public IP range to just one IP address, 172.30.9.70, to assure that the public APIs always end up at the same IP. JIRA Change-Id: Iebbeb11f5a3ea1b69d9a616ddc8a7010fc0783aa Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-05-19Deployment corrections for FuelStefan K. Berg2-16/+28
The most important change is the introduction of support for a selectable temporary directory for ISO manipulations by setting the TMPDIR variable. Invoke deploy.sh as "sudo TMPDIR=/my/tmp/dir ./deploy.sh ..." to make use of this, otherwise the temporary directory defaults to that of the user running the script. Other improvements: - Added error check for when the patch-iso.sh gets an error from copying data with cpio (potentially indicating out of disk space) - Corrected typo in deploy.sh: error-exit -> error_exit JIRA Change-Id: I74966c3fe2bee0ac1923cfa9bd9ebfe1ca73a9da Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-05-12DHA hardware config for LF pod1Stefan K. Berg1-0/+66
Adding the dha.yaml for the lab setup. JIRA Change-Id: Ie9cb582dcd35256acd72ffed55f4a4db36662725 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-05-12Config and corrections for auto deployStefan K. Berg7-2/+2104
- Corrected create_templates in order to compensate for a malformed information depending when configuration is copied. - Made the DHA IPMI adapter repeat every IPMI command three times - for some reason needed with POD1 at LF, the reason is unknown. - Added DEA.yaml for Ericsson Montreal and LF POD1. The DHA.yaml contains IPMI passwords so I am not really eager to put it into Git without a discussion about the security implications. JIRA Change-Id: I667d73651c47c06d2ae17cc9c574bd021ff63a25 Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>
2015-05-12Corrected directory nameStefan K. Berg60-0/+7294
It was never meant for the first level to be called anything else than auto-deploy - really needed to get rid of the terrible .../deploy/deploy/deploy.sh! JIRA Change-Id: Ifa68e5922ca8da9cc72df963e8138a8fc0b8b63b Signed-off-by: Stefan K. Berg <stefan.k.berg@ericsson.com>