summaryrefslogtreecommitdiffstats
path: root/fuel/deploy
AgeCommit message (Collapse)AuthorFilesLines
2015-09-15FIX for using qemu instead of kvm as hypervisor in virtual environmentSzilard Cserey2-2/+2
Change-Id: Ib02c98e9410fc98a23379f9e40291763d354a8a8 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-27FIX for DHA libvirt templateSzilard Cserey2-12/+12
Change-Id: I5c04770970fc781f1c7f95ef0f8e308f2c541f89 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-18FIX for missing ks.cfg.patch fileSzilard Cserey1-0/+19
Change-Id: I2a204a9119c20cc1ab3a1a20807593454d5b1cd4 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-14FIX for stealing POD-2 Jumphost IP address 172.30.10.72Szilard Cserey2-12/+12
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-08-14Adding LF POD2 config files for AutodeployerSzilard Cserey8-3/+2001
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-07-02Added libvirt boot watchdog definition to provide more robust deployment in ↵Jonas Bjurel2-0/+2
case of dhcp/pxe time-out Change-Id: Id505a0ee89b72460bc65c7181ceae40e5443a515 JIRA: Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com> (cherry picked from commit ed3731988cdc90066aa4c8e6147f1acbc6622df8)
2015-06-29change in Fuel VM nameSzilard Cserey6-7/+6
for eliminating the conflict between prototype and production autodeployers JIRA: [BGS-2] Create Fuel deployment script Change-Id: Ib12d3643dd07a3dcbc8b8d19593385348b583ad2 Signed-off-by: Szilard Cserey <szilard.cserey@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-06-18Updating ci deploy script + argument parsing improvementsSzilard Cserey3-22/+21
JIRA: [BGS-2] Create Fuel deployment script Change-Id: I891d574a5f8593a83edc89bb145bde90943c593f Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-18Catching exit status from remote deployment processSzilard Cserey3-5/+9
JIRA: [BGS-2] Create Fuel deployment script Change-Id: I21997df2534ef3cb0ae9ed47a01e6625b8404af9 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-06-17Fuel Config Reap + Additional Refactoring for AutodeploymentSzilard Cserey46-721/+5191
1. Refactor the whole autodeployment code in such a way that the preparation of Fuel VM + networking and the autodeployment itself can be executed all at once 2. Functionality added that allows reaping of Fuel configuration from an existing environment and create DHA and DEA configuration files from it JIRA: [BGS-2] Create Fuel deployment script Change-Id: I7101295ac4becfc5fa10eda757cec0c2ad127940 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-05-19Autodeploy inspired on Prototype #2Szilard Cserey57-2282/+3211
- setup libvirt environment - setup vfuel environment - patch iso - install Fuel Master - deploy cloud - hardware adapter for libvirt - hardware adapter for ipmi - hardware adapter for hp - README: AutoDeploy instructions JIRA: [BGS-2] Create Fuel deployment script Change-Id: I862d824829baaae7d21115776d13355d575a47c8 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-04-28Refactoring HP AdapterSzilard Cserey2-476/+221
JIRA: [BGS-2] Create Fuel deployment script Change-Id: Ifb6d3e36d60ba652fa9e4ab6cdacb5d01ce2ed5b Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-04-28Automatic DeploymentSzilard Cserey46-666/+3228
- node discovery - refactoring to support multiple shelves - configure nodes and interfaces - provisioning - deployment - extending with autodeployment scripts from libvirt prototype JIRA: [BGS-2] Create Fuel deployment scrip Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com> Change-Id: Ic48f93594914d5bef6c9de34d87434c7cd567198
2015-04-13Automatic DeploymentSzilard Cserey11-88/+1050
- configure environment - configure initial settings - configure networking - hardware adapter for HP - fuel VM deployment JIRA: [BGS-2] Create Fuel deployment scrip Change-Id: If305477833c54547efe7e6ebfddafde0ab31ebd2 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
2015-04-02Automatic DeploymentSzilard Cserey4-0/+329
- Deployment Hardware Adapter - Deployment Environment Adapter - Fuel environment cleanup - Fuel environment configuration JIRA: [BGS-2] Create Fuel deployment script Change-Id: Ie8aa6c0817a73c507cb4345bde1e2c904bb5b105 Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>