Skip to content

Commit

Permalink
Partial-Bug: 1574061
Browse files Browse the repository at this point in the history
add create_vm.py file to packaging, needed for VM creation.

Change-Id: I769370fefff16cb4412f81454da1a8adc8830a8a
  • Loading branch information
kamleshp committed Aug 4, 2016
1 parent f9b710c commit 6637646
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions common/debian/contrail-server-manager-lite/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ override_dh_auto_install:
cp -r $(src_path)/server_mgr_cert_utils.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/role_sequence.json $(build_root)/etc/contrail_smgr/
cp -r $(src_path)/contrail-defaults.yaml $(build_root)/etc/contrail_smgr/
cp -r $(src_path)/create_vm.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/third_party/bottle.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/utils/send_mail.py $(build_root)/opt/contrail/server_manager/
# Config files - Do not overwrite
Expand Down
1 change: 1 addition & 0 deletions common/debian/contrail-server-manager/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ override_dh_auto_install:
cp -r $(src_path)/role_sequence.json $(build_root)/etc/contrail_smgr/
cp -r $(src_path)/contrail-defaults.yaml $(build_root)/etc/contrail_smgr/
cp -r $(src_path)/puppet/hiera.yaml $(build_root)/etc/contrail_smgr/puppet/
cp -r $(src_path)/create_vm.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/third_party/bottle.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/utils/send_mail.py $(build_root)/opt/contrail/server_manager/
cp -r $(src_path)/third_party/server_post_install.py $(build_root)/usr/lib/$(python_dir)/dist-packages/cobbler/modules/
Expand Down

0 comments on commit 6637646

Please sign in to comment.