Plugin config + bugfix + refactoring 13/2713/7
authorSzilard Cserey <szilard.cserey@ericsson.com>
Tue, 20 Oct 2015 12:18:37 +0000 (14:18 +0200)
committerSzilard Cserey <szilard.cserey@ericsson.com>
Tue, 27 Oct 2015 15:25:32 +0000 (16:25 +0100)
commit143022408c26f3c6a5f5c1eaf0dce8061242675a
tree9eebf1775609553b38b1d2fcbd384bdd5a4309d7
parentad790a995855219ce876880f00ad59a8ffa2b2d9
Plugin config + bugfix + refactoring

ignoring external repo errors during plugin installation
refactoring import common
Install only those plugins which have a yaml config file located under plugins folder
collect puppet errors from all nodes

Change-Id: I8d5248cf31c4877a6d59bfcfe62b43daf4ad43ef
Signed-off-by: Szilard Cserey <szilard.cserey@ericsson.com>
33 files changed:
fuel/deploy/cloud/configure_environment.py
fuel/deploy/cloud/configure_network.py
fuel/deploy/cloud/configure_nodes.py
fuel/deploy/cloud/configure_settings.py
fuel/deploy/cloud/deploy.py
fuel/deploy/cloud/deployment.py
fuel/deploy/common.py
fuel/deploy/dea.py
fuel/deploy/deploy.py
fuel/deploy/deploy_env.py
fuel/deploy/dha_adapters/amt_adapter.py
fuel/deploy/dha_adapters/hardware_adapter.py
fuel/deploy/dha_adapters/hp_adapter.py
fuel/deploy/dha_adapters/ipmi_adapter.py
fuel/deploy/dha_adapters/libvirt_adapter.py
fuel/deploy/environments/execution_environment.py
fuel/deploy/environments/libvirt_environment.py
fuel/deploy/environments/virtual_fuel.py
fuel/deploy/execution_environment.py
fuel/deploy/install_fuel_master.py
fuel/deploy/reap.py
fuel/deploy/ssh_client.py
fuel/deploy/templates/hardware_environment/conf/ericsson_montreal_lab/dea.yaml
fuel/deploy/templates/hardware_environment/conf/ericsson_montreal_lab/plugins_conf/opendaylight.yaml [new file with mode: 0644]
fuel/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod1/dea.yaml
fuel/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod1/plugins_conf/opendaylight.yaml [new file with mode: 0644]
fuel/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/dea.yaml
fuel/deploy/templates/hardware_environment/conf/linux_foundation_lab/pod2/plugins_conf/opendaylight.yaml [new file with mode: 0644]
fuel/deploy/templates/hardware_environment/conf/opnfv_box/dea.yaml
fuel/deploy/templates/hardware_environment/conf/opnfv_box/plugins_conf/opendaylight.yaml [new file with mode: 0644]
fuel/deploy/templates/virtual_environment/conf/dea.yaml
fuel/deploy/templates/virtual_environment/conf/plugins_conf/opendaylight.yaml [new file with mode: 0644]
fuel/deploy/transplant_fuel_settings.py