Sailaja Mada created CLOUDSTACK-1848:
----------------------------------------
Summary: Cloudstack Packages are not got updated with scenario 4.0
to 4.1 upgrade where MS is on Ubuntu 12.04
Key: CLOUDSTACK-1848
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1848
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Install and Setup, Management Server
Affects Versions: 4.1.0
Reporter: Sailaja Mada
Priority: Blocker
Setup: 4.0 Advanced Networking Zone setup with Xen 6.0.2
Steps:
Tried upgrade from 4.0 to 4.1 with Management server installed on Ubuntu 12.04 .
Instructions are : 1)
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Installation_Guide/sect-source-builddebs.html
2)
http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.1-incubating/html/Release_Notes/upgrade-instructions.html#upgrade-from-4.0.0-to-4.0.1
1. Downloaded deb packages from
http://jenkins.cloudstack.org/job/package-deb-4.1/
2. Update APT repo:
sudo mkdir -p /var/www/cloudstack/repo/binary
sudo cp *.deb /var/www/cloudstack/repo/binary
sudo cd /var/www/cloudstack/repo/binary
sudo dpkg-scanpackages . /dev/null | tee Packages | gzip -9 > Packages.gz
3. vi /etc/apt/sources.list.d/cloudstack.list and add below line
deb http://server.url/cloudstack/repo/binary ./
4. sudo apt-get update
5. apt-get upgrade cloud-*
6. service cloud-management start
Observations :
1. No packages got updated to 4.1
2. Management server as 4.0 server and there is no execution of SQL
scripts to update schema
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira