Implement OPNFV workflow
authorSawyer Bergeron <sbergeron@iol.unh.edu>
Tue, 9 Apr 2019 20:30:57 +0000 (16:30 -0400)
committerParker Berberian <pberberian@iol.unh.edu>
Fri, 3 May 2019 15:48:22 +0000 (11:48 -0400)
commit04b676a8bc7209b8017395dc9bb36086283ac72c
tree381f48806f6e109784ca502f584865da72bcfe11
parentfec940b7b8d15099b8f914ce35552c59db9eb77b
Implement OPNFV workflow

This is a counterpart to an update to network models,
and allows for configuring baremetal OPNFV and Openstack deploys

Change-Id: I0185dbfa6c9105d7e63a7e7d7dd1f5cf228a8877
Signed-off-by: Sawyer Bergeron <sbergeron@iol.unh.edu>
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
24 files changed:
src/api/migrations/0007_opnfvapiconfig_opnfv_config.py [new file with mode: 0644]
src/api/models.py
src/booking/migrations/0006_booking_opnfv_config.py [new file with mode: 0644]
src/booking/models.py
src/booking/quick_deployer.py
src/resource_inventory/idf_templater.py
src/resource_inventory/migrations/0010_auto_20190430_1405.py [new file with mode: 0644]
src/resource_inventory/models.py
src/resource_inventory/pdf_templater.py
src/templates/base.html
src/templates/booking/booking_table.html
src/templates/config_bundle/steps/assign_host_roles.html [new file with mode: 0644]
src/templates/config_bundle/steps/assign_network_roles.html [new file with mode: 0644]
src/templates/config_bundle/steps/config_software.html
src/templates/config_bundle/steps/define_software.html
src/templates/config_bundle/steps/pick_installer.html [new file with mode: 0644]
src/templates/config_bundle/steps/table_formset.html [new file with mode: 0644]
src/templates/resource/steps/meta_info.html
src/workflow/forms.py
src/workflow/models.py
src/workflow/opnfv_workflow.py [new file with mode: 0644]
src/workflow/snapshot_workflow.py
src/workflow/sw_bundle_workflow.py
src/workflow/workflow_factory.py