Hi Vinita,

Sorry about the broken links! I’m running a link checker over our docs site now 
and fixing those up.

For your errors when building the all-in-one node, I wonder if the problem is 
‘repo=file:/home/vinitag/repo/’. Does the directory /home/vinitag/repo/ exist 
on the all-in-one node (not just on the machine you’re using to build it)? This 
needs to be a directory accessible from the all-in-one node – it might be 
easiest to use something like nginx to host a web server on your local network, 
have it serve those built packages, and set the all-in-one node to access that 
web server.

Hope that helps,
Rob

From: Clearwater [mailto:[email protected]] On 
Behalf Of vinita gupta
Sent: 15 April 2016 19:34
To: [email protected]
Subject: [Project Clearwater] help with clearwater installation on different 
architecture on KVM linux (ubuntu 14.04).

Hi,
I'm trying to get clearwater installed on different architecture and evaluate 
its performance. I can't seem to find a document which can point me in right 
direction on how to compile/install clearwater on different architecture and on 
different VM machine running KVM under Linux.
I started with the steps below but still have issues
1) Follow the "install from source" instruction from
http://clearwater.readthedocs.org/en/stable/Installation_Instructions.html?highlight=install%20from%20source
  BUT
https://github.com/Metaswitch/sprout/blob/master/docs/Development.html gives 
404 "page not found error" for all the components.
I  followed the instruction found on development page  
https://github.com/Metaswitch/homestead/blob/dev/docs/development.md  of each 
component and compile the code for sprout/bono homestead/homer and ellis.
2) I tried Manual build steps next to build all-in-one image but it fails with "

a) bash -c '{ echo "#!/bin/bash" ; echo "set -e" ; echo "mkdir 
/home/ubuntu/install";
                                                     echo 
"repo=file:/home/vinitag/repo/";
                                                     echo "curl -L 
https://raw.githubusercontent.com/Metaswitch/clearwater-infrastructure/master/scripts/clearwater-aio-install.sh
 | sudo bash -s clearwater-auto-config-generic \$repo 
>/home/ubuntu/install/install.log 2>&1" ;
                                                     echo "mv 
/etc/rc2.d/S99zclearwater-aio-first-boot /home/ubuntu/install/" ;
                                                     echo "poweroff" ; } > 
/etc/rc2.d/S99zclearwater-aio-first-boot ;
                                                   chmod a+x 
/etc/rc2.d/S99zclearwater-aio-first-boot'
b)  /etc/rc2.d/S99zclearwater-aio-first-boot
Error from install.log----
.......................
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Package clearwater-cassandra is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Unable to locate package clearwater-auto-config-generic
E: Unable to locate package clearwater-management
E: Package 'clearwater-cassandra' has no installation candidate

What should be the next steps?
Thanks,
Vinita




_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to