Wei Zhou
4a77a79949
CLOUDSTACK-9462: Build packages on Ubuntu 14.04/16.04 and support tomcat6/tomcat7
...
Changes
(1) add systemd support in debian/control and debian/rules for 16.04
(2) add python-setuptools in Build-Depends in debian/control
(3) seperate cloudstack-management.service and cloudstack-management.default for CentOS7 and Ubuntu 16.04
(4) add server7-ssl.xml and server7-nonssl.xml in management installation
(5) link /usr/share/cloudstack-management/lib and /usr/share/cloudstack-management/bin to correct path (tomcat6 or tomcat7)
(6) link /etc/cloudstack/management/server.xml to correct file path (server-nonssl.xml or server7-nonssl.xml)
(7) remove *.zip from .gitignore to avoid build error caused by missing /vhds/test.vhd.zip
Instruction
(1) build packages on Ubuntu 16.04: dpkg-buildpackage -uc -us
Output on Ubuntu 16.04:
-rw-r--r-- 1 root root 4090 Feb 17 10:12 cloudstack_4.10.0.0-SNAPSHOT_amd64.changes
-rw-r--r-- 1 root root 1235 Feb 17 09:53 cloudstack_4.10.0.0-SNAPSHOT.dsc
-rw-r--r-- 1 root root 8018248 Feb 17 09:53 cloudstack_4.10.0.0-SNAPSHOT.tar.xz
-rw-r--r-- 1 root root 91868746 Feb 17 10:11 cloudstack-agent_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 52882 Feb 17 10:12 cloudstack-cli_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 98556216 Feb 17 10:08 cloudstack-common_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 52864 Feb 17 10:12 cloudstack-docs_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 585434 Feb 17 10:12 cloudstack-integration-tests_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 323459934 Feb 17 10:10 cloudstack-management_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 442656 Feb 17 10:12 cloudstack-marvin_4.10.0.0-SNAPSHOT_all.deb
-rw-r--r-- 1 root root 87037576 Feb 17 10:12 cloudstack-usage_4.10.0.0-SNAPSHOT_all.deb
(2) setup tomcat6/tomcat7 on management server:
tomcat6: cloudstack-setup-management --tomcat6
tomcat7: cloudstack-setup-management --tomcat7
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2017-04-07 18:41:24 +05:30
Daan Hoogland
ffce2d601e
remove autogenerated pydev files
2015-12-26 09:02:27 +01:00
Miguel Ferreira
4c1a5f7657
Putting CglibThrowableRenderer.java back after it was removed in 83fd8f6
...
Also removing the entry 'log/' from .gitignore since that was the
culprit for the removal of the file.
2015-08-28 11:18:44 +02:00
Rohit Yadav
069aa4e5f3
CLOUDSTACK-8433: remove awsapi db usage and add upgrade cleanup path
...
- Removes awsapi db properties usage across codebase
- Removes references from spring xmls, test cases and TransactionLegacy
- Adds sql command to drop database cloudbridge in schema-451to460-cleanup.sql
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2015-05-06 15:22:04 +02:00
wilderrodrigues
d76ebcde60
Adding .pydevproject to gitignore
2015-03-16 11:38:14 +01:00
wilderrodrigues
ec398e3c08
Adding pyde configuration to gitignore
2015-03-16 11:38:13 +01:00
Leo Simons
04ad01a064
Commit missing .kitchen.yml
2015-03-16 11:35:07 +01:00
Frank Zhang
01dada100a
CLOUDSTACK-6278
...
Baremetal Advanced Networking support
2014-10-06 16:03:19 -07:00
Hugo Trippaers
23c7c73989
Update gitignores for some new eclipse generated files
2014-09-02 10:09:04 +02:00
Rajani Karuturi
73ac5dd9d0
added tools/marvin/build to gitignore
2014-08-04 12:40:27 +05:30
Frank.Zhang
781ad96b04
CLOUDSTACK-6278
...
Baremetal Advanced Networking support
2014-07-07 11:43:05 -07:00
Alex Huang
e9c81c78b9
Applied Tina's patches for removing the xapi jar
2014-04-02 14:00:56 -07:00
Alena Prokharchyk
958b890f55
Added vhd-util to .gitignore
2013-12-12 10:14:41 -08:00
Syed Ahmed
ee7380ace2
CLOUDSTACK-5296: Add certificate chain support for netscaler
...
This patch adds support for trust chains in the netscaler.
I initially planned on using the 10.1 API's "bundle" feature but during
my testing I found that was not working. So I am doing the chain linking
myself. Also NS can have only one entity of a certificate ie lets say
two different users try to add the same certificate on the netscaler
only one of them will go through. The other one says resouce already
exists even though they have different files.
This can be a problem in trust chains where the chain can be shared
between multiple accounts/certificates. So, I am using the figerprint as
an identifier of a certificate and making sure that we delete it only
when no one references it.
2013-12-05 15:35:28 +05:30
Alena Prokharchyk
7791d63077
Added one more log file location to .gitignore
2013-11-15 09:33:05 -08:00
Alena Prokharchyk
4f0dbaa44a
Added log directory to .gitignore
2013-11-11 09:15:53 -08:00
Chip Childers
ec1e695f8a
Adding engine/storage/integration-test/test-output to gitignore for Ian
2013-07-31 11:22:40 -04:00
Brian Federle
6f65a5bbe7
Update gitignore
2013-05-24 12:07:13 -07:00
Nitin Mehta
c11dbad9c9
merge master
2013-05-11 15:28:43 +05:30
Wido den Hollander
45eb9fdf8b
git: Add debian packaging files to .gitignore
2013-03-31 17:02:08 +02:00
Alex Huang
01151331f5
Separate out the target directories for eclipse and the one for regular builds
2013-03-13 20:21:57 -07:00
Alex Huang
606682690a
Added back in the .project ignore setting
2013-01-08 14:11:28 -08:00
Alex Huang
cf8de7ee17
Removed all the .project files
2013-01-08 14:11:00 -08:00
Rohit Yadav
eddb3dfc92
devcloud: Move build scripts to src/, fix README and rm Gemfile.lock
...
- Move build scripts to src/
- Fix README.md
- Remove and ignore Gemfile.lock
- Fix tabs in boxer.sh
- Move to src/
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-12-14 19:36:39 -08:00
Edison Su
b70c1a5a84
Backs NFS-based secondary storage with an S3-compatible object store. Periodically, a reaper thread synchronizes templates and ISOs stored on a NFS secondary storage mount with a configured S3 object store. It also pushes snapshots to the object store when they are created and downloads them in other zones on-demand. In addition to permitting the use of commodity or IaaS storage solutions for static assets, it provides a means of automatically synchronizing template and ISO assets across multiple zones.
2012-12-13 23:18:37 -08:00
Chip Childers
51784362e6
Adding tools/cli/build/ to gitignore
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-19 14:55:03 -05:00
Chip Childers
4e0063106b
Added an ignore statement for tools/marvin/marvin/cloudstackAPI/
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-19 14:23:44 -05:00
David Nalley
65e39f6666
cleaning up docs/runbook/tmp and adding gitignore entries for that as well
2012-11-19 09:23:58 -05:00
David Nalley
35666a5266
cleaning up docs temp, publish directories - adding gitignore entries for them for the future
2012-11-19 09:11:03 -05:00
Rohit Yadav
9070795be0
cli: precache generator
...
- Adds precache generator for all verbs in grammar
- ignore precache.py
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-11-19 05:28:23 +05:30
Chip Childers
cfecd20738
Updating gitignore to exclude egg-info directories
...
Signed-off-by: Chip Childers <chip.childers@gmail.com>
2012-11-09 14:04:37 -05:00
Prasanna Santhanam
35d5070ca3
adding .egg-info and eclipse prefs and settings to .gitignore
2012-11-07 16:23:10 +05:30
Rohit Yadav
ff9e60929c
gitignore: ignore pythonic eggs and marvin in cli
...
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-31 23:19:10 +05:30
olivier lamy
fa7dbdf3e9
.gitignore += awsapi/overlays/
2012-10-17 15:14:57 +02:00
Edison Su
06d516a80c
if db.properties.override missing, shouldn't panic
2012-10-10 16:20:35 -07:00
Chip Childers
c594ed68af
Adding git ignore rules for several binary file types that we have chosen to exclude from the source tree.
2012-09-21 10:59:07 -04:00
Chiradeep Vittal
c181e0ec18
Ignore maven .settings directories created by m2e
2012-09-13 17:32:48 -07:00
Jie Feng
c9aa08350a
[DOC] docbook conversion - choosing a deployment architecture
2012-09-13 16:12:06 -04:00
Edison.Su
52d8849003
fix rpm build
2012-09-10 22:33:41 -04:00
Edison.Su
c14dcd2da2
CLOUDSTACK-63: remove ant
2012-09-10 16:19:10 -04:00
Chip Childers
b1ae7c732c
Partial fix for awsapi deploy-server issues that I introduced when trying to fix CLOUDSTACK-26
2012-09-10 14:42:08 -04:00
Chip Childers
fc8fc2a5c6
Added gitignore for deps/*.jar so that the files are not added
...
back into the source tree.
2012-09-10 10:38:42 -04:00
Chip Childers
f1eab9b6a4
Added tools/devcloud/devcloudbox/.vagrant to .gitignore
2012-08-22 16:33:36 -04:00
Alex Huang
47cad4ee59
Added stack dumps on windows to ignore
2012-08-08 13:43:07 -07:00
Chip Childers
6c07b777d3
Added license header to .gitignore
2012-08-06 09:52:25 -04:00
David Nalley
11c839ab1d
adding config file for docs
2012-07-30 09:02:38 -04:00
bfederle
2004af88e7
Update gitignore
2011-12-23 12:57:34 -05:00
Prasanna Santhanam
18f865fc3e
Reviving the simulator
...
* SSVM to act as a direct connect agent
* Storage Resources handle SSVM commands
* create-schema.sql already has simulator_network_label. removing the label from create-schema-simulator.sql
2011-12-19 15:03:19 +05:30
Brian Federle
30b3ab2db3
Update gitignore
2011-12-16 11:13:01 -08:00
Brian Federle
986dbcf9bb
Update gitignore
2011-11-03 15:25:01 -07:00