File tree Expand file tree Collapse file tree
scripts/storage/secondary Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626/usr/share/cloudstack-common/scripts/vm/hypervisor/kvm/*
2727/usr/share/cloudstack-common/scripts/vm/hypervisor/versions.sh
2828/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/*
29+ /usr/share/cloudstack-common/lib/*
2930/usr/bin/cloud-set-guest-password
3031/usr/bin/cloud-set-guest-sshkey
3132/usr/lib/python2.?/*-packages/*
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ install:
116116 mkdir -p $(DESTDIR)/usr/share/$(PACKAGE)-common
117117 mkdir $(DESTDIR)/usr/share/$(PACKAGE)-common/scripts
118118 mkdir $(DESTDIR)/usr/share/$(PACKAGE)-common/setup
119+ mkdir $(DESTDIR)/usr/share/$(PACKAGE)-common/lib
119120 cp -r scripts/installer $(DESTDIR)/usr/share/$(PACKAGE)-common/scripts
120121 cp -r scripts/network $(DESTDIR)/usr/share/$(PACKAGE)-common/scripts
121122 cp -r scripts/storage $(DESTDIR)/usr/share/$(PACKAGE)-common/scripts
@@ -127,6 +128,8 @@ install:
127128 install -D client/target/utilities/bin/cloud-setup-databases $(DESTDIR)/usr/bin
128129 install -D client/target/utilities/bin/cloud-setup-management $(DESTDIR)/usr/bin
129130 install -D client/target/cloud-client-ui-$(VERSION)-SNAPSHOT/WEB-INF/classes/vms/systemvm.iso $(DESTDIR)/usr/share/$(PACKAGE)-common/vms/systemvm.iso
131+ # We need jasypt for cloud-install-sys-tmplt, so this is a nasty hack to get it into the right place
132+ install -D agent/target/dependencies/jasypt-1.9.0.jar $(DESTDIR)/usr/share/$(PACKAGE)-common/lib
130133
131134 # cloudstack-python
132135 mkdir -p $(DESTDIR)/usr/lib/python2.7/dist-packages
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ DISKSPACE=5120000 #free disk space required in kilobytes
4040dbHost=
4141dbUser=
4242dbPassword=
43- jasypt=' /usr/share/java /jasypt-1.9.0.jar'
43+ jasypt=' /usr/share/cloudstack-common/lib /jasypt-1.9.0.jar'
4444while getopts ' m:h:f:u:Ft:e:s:o:r:d' OPTION
4545do
4646 case $OPTION in
You can’t perform that action at this time.
0 commit comments